Skip to main content

TdxSVGImageCodec.Save(TStream,TdxSmartImageCustomHandle) Method

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

Declaration

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