Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSVGImageCodec.Save(TStream,TdxSmartImageCustomHandle) Method

Saves an SVG image from the specified smart image handle to a stream.

#Declaration

Delphi
class function Save(AStream: TStream; AHandle: TdxSmartImageCustomHandle): Boolean; override;

#Parameters

Name Type
AStream TStream
AHandle TdxSmartImageCustomHandle

#Returns

Type
Boolean

#Remarks

Call this function and pass a target stream and an SVG image’s handle as the AStream and AHandle parameters to copy the image to the stream. The function returns True if the specified handle is a TdxSVGImageHandle class instance; otherwise, False.

See Also