Back to Devexpress

TdxJPEGImage Class

vcl-dxgdiplusclasses-6a8ba066.md

latest1.7 KB
Original Source

TdxJPEGImage Class

A Smart Image container designed to store JPEG images.

Declaration

delphi
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.

Inheritance

TObject TPersistent TInterfacedPersistent TGraphic TdxCustomSmartImage TdxGPImage TdxSmartImage TdxJPEGImage

See Also

TdxBMPImage

TdxGIFImage

TdxPNGImage

TdxSVGImage

TdxTIFFImage

TdxJPEGImage Members

dxGDIPlusClasses Unit