Skip to main content
A newer version of this page is available. .

TdxTIFFImage Class

A Smart Image container for storing TIFF images.

Declaration

TdxTIFFImage = class(
    TdxSmartImage
)

Remarks

This class implements the format-specific SaveToStream procedure.

Normally, you do not need to create instances of the TdxTIFFImage class, since it is currently used only to ensure backward compatibility with previous versions of DevExpress controls. Use the TdxSmartImage class instead.

See Also