Vcl.Imaging.jpeg.TJPEGImage.ProgressiveEncoding
Delphi
property ProgressiveEncoding: Boolean read FProgressiveEncoding write FProgressiveEncoding;
C++
__property bool ProgressiveEncoding = {read=FProgressiveEncoding, write=FProgressiveEncoding, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Imaging.jpeg.pas Vcl.Imaging.jpeg.hpp |
Vcl.Imaging.jpeg | TJPEGImage |
Description
Determines whether an image can be progressively displayed when it is decompressed.
Use ProgressiveEncoding to compress an image when writing out files, so that it can be progressively displayed when it is decompressed. Setting the ProgressiveDisplay property to true has no effect if ProgressiveEncoding was not set to true when the image was compressed.