JpegOptions

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWImage > Properties >

JpegOptions

Use this properties to adjust the output settings for the Image, when the OutputType property has the value otJPeg

 

TIWJpegOption properties:

 

property CompressionQuality: TJPEGQualityRange m(100..1):Indicates the trade-off ratio between the image quality and the file size.

property Performance: TJPEGPerformanc (jpBestQuality, jpBestSpeed):Controls the trade-off between color quality and speed of decompression.

property ProgressiveEncoding: Boolean: Determines whether an image can be progressively displayed when it is decompressed.

property Smoothing: Boolean: Determines whether the jpeg image displays in blocks or with blurred edges.

 

SIGNATURE=IWCompExtCtrls.TIWImage.JpegOptions

 

ETYPE=Property

 

Declaration:

Delphi:

published property JpegOptions: TIWJpegOptions;

C++:

__published: __published: __property TIWJpegOptions JpegOptions;

 

Description: This is JpegOptions, a member of class TIWImage.