Skip to main content

TdxJPEGImage Class

A Smart Image container designed to store JPEG images.

Declaration

TdxJPEGImage = class(
    TdxSmartImage
)

Remarks

This class extends its ancestor with the Quality property that allows you to specify the JPEG encoder’s quality setting that applies to saving the stored image. Additionally, the TdxJPEGImage class implements the format-specific SaveToStream procedure.

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

See Also