TdxSVGImageCodec.CanSaveImage(TdxSmartImageCustomHandle) Method
In This Article
Identifies if the codec can save an SVG image from the specified smart image handle.
#Declaration
Delphi
class function CanSaveImage(AHandle: TdxSmartImageCustomHandle): Boolean; override;
#Parameters
Name | Type |
---|---|
AHandle | Tdx |
#Returns
Type |
---|
Boolean |
#Remarks
The CanSaveImage class function returns True if the specified smart image handle is a TdxSVGImageHandle class instance; otherwise, False.
See Also