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