TdxSmartImageCodec.Description Method
Returns the image format description.
Declaration
class function Description: string; virtual;
Returns
| Type | Description |
|---|---|
| string | The image format description string. |
Remarks
The Description function returns the uppercase default extension followed by the dxSmartImageCodecDescriptionSuffix global variable.
See Also