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.CanSaveImage(TdxSmartImageCustomHandle) Method

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 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