TdxSmartImageCodec.Description Method
In This Article
Returns the image format description.
#Declaration
Delphi
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