Skip to main content

TdxGPImageCodecGIF.ID Method

Returns the deprecated format identifier that corresponds to the GIF image codec.

Declaration

class function ID: TdxImageDataFormat; override;

Returns

Type
TdxImageDataFormat

Remarks

This class function always returns dxImageGif value to provide backward compatibility with a GIF image format implementation in previous versions of DevExpress products. The codec repository‘s GetFormatByID calls this function internally to identify the target codec by the deprecated image format identifier. Refer to the TdxImageDataFormat type description for the match table that lists format IDs, corresponding image codec classes, and deprecated format-specific image containers.

See Also