RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TJPEGImage.ProgressiveEncoding Property

Determines whether an image can be progressively displayed when it is decompressed.

Pascal
property ProgressiveEncoding: Boolean;
C++
__property Boolean ProgressiveEncoding;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!