RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TJPEGImage.Scale Property

Determines the size of the JPEG image when it is displayed.

Pascal
property Scale: TJPEGScale;
C++
__property TJPEGScale Scale;

Use Scale to optimize performance for previewing an image. jsFullSize displays the image as maximum size, whereas jsEighth displays an eighth of the image size, but 8 times faster. 

TJPEGScale is the type of the Scale property.  

Scale it used for reading in files, that is, for decompression. 

 

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