TdxSVGImageCodec.Save(TStream,TdxSmartImageCustomHandle) Method
In This Article
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 | Tdx |
#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