RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
jpeg.JPEGDefaults Variable
Pascal
JPEGDefaults: TJPEGDefaults = ( CompressionQuality: 90; Grayscale: False; Performance: jpBestQuality; PixelFormat: jf24Bit; ProgressiveDisplay: False; ProgressiveEncoding: False; Scale: jsFullSize; Smoothing: True; );
C++
TJPEGDefaults JPEGDefaults = ( CompressionQuality: 90; Grayscale: False; Performance: jpBestQuality; PixelFormat: jf24Bit; ProgressiveDisplay: False; ProgressiveEncoding: False; Scale: jsFullSize; Smoothing: True; );

This is variable jpeg.JPEGDefaults.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!