TdxSmartImageCodec.CanSaveImage(TdxSmartImageCustomHandle) Method
In This Article
Identifies if the codec can save a specific image stored in memory.
#Declaration
Delphi
class function CanSaveImage(AHandle: TdxSmartImageCustomHandle): Boolean; virtual;
#Parameters
Name | Type | Description |
---|---|---|
AHandle | Tdx |
The handle to the source image stored in memory. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also