dxSmartImageCodecDescriptionSuffix Variable
In This Article
Specifies the common part of DevExpress image codec descriptions.
#Declaration
Delphi
var dxSmartImageCodecDescriptionSuffix: string = ' graphics from DevExpress';
#Variable Value
Type | Description |
---|---|
string | The image codec description suffix. |
#Remarks
The TdxSmartImageCodec.Description function returns the dxSmartImageCodecDescriptionSuffix
global variable as a part of an image format description.
See Also