Skip to main content

TdxSmartImageCodec.CanSaveImage(TdxSmartImageCustomHandle) Method

Identifies if the codec can save a specific image stored in memory.

Declaration

class function CanSaveImage(AHandle: TdxSmartImageCustomHandle): Boolean; virtual;

Parameters

Name Type Description
AHandle TdxSmartImageCustomHandle

The handle to the source image stored in memory.

Returns

Type Description
Boolean

True if the Save function can convert the source image to the codec’s format; otherwise, False.

See Also