Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also