TdxSVGImageCodec.CanSaveImage(TdxSmartImageCustomHandle) Method
Identifies if the codec can save an SVG image from the specified smart image handle.
Declaration
class function CanSaveImage(AHandle: TdxSmartImageCustomHandle): Boolean; override;
Parameters
| Name | Type |
|---|---|
| AHandle | TdxSmartImageCustomHandle |
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