proportionalimage ProgressiveDisplay property
Return to Introduction  Previous page  Next page
Applies to
acProportionalImage as subproperty of JPEGProperties structure.  

Declaration
property ProgressiveDisplay: Boolean;  

Description
Controls how the image is displayed when decompressing files.  
 
Use ProgressiveDisplay to turn on or off the incremental display of an image when reading in files. For example, if the JPEG data source file is on the hard drive, progressively displaying it slows down the display time: in this case setting ProgressiveDisplay to False speeds up the displaying of the image. If the file must be downloaded, set ProgressiveDisplay to True if the downloading process will take as long as the progressive displaying of the image.  
 
ProgressiveDisplay is used only for decompression, but is affected by the manner in which the image was compressed. Images that were compressed with ProgressiveEncoding set to False cannot take advantage of ProgressiveDisplay. Setting ProgressiveDisplay to True for these images has no effect.  

See also
CompressionQuality, Grayscale, Performance, PixelFormat, ProgressiveEncoding, Scale and Smoothing properties.