Vcl.Imaging.jpeg.TJPEGImage.Scale

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Scale: TJPEGScale read FScale write SetScale;

C++

__property TJPEGScale Scale = {read=FScale, write=SetScale, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

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

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.