This property sets the JpegQuality when using file or memory transfer with JPEG compression.

[C++Builder]   imagekitcontrolname->Scan->JpegQuality [ = short ]
[Delphi]   imagekitcontrolname.Scan.JpegQuality [ = Smallint ]

Property Value

-4: undefined, -3: Low quality, -2: Middle quality, -1: High quality, from 0 to 100.

Explanation

The JpegQuality property sets the JpegQuality when using file or memory transfer with JPEG compression. This property is enabled when the TransferMode property is vikScanFile or vikScanMemory and the Compression property is vikScanJPEG. The possible setting values supported by a scan device can be retrieved using the GetCapRange or the GetCapEnumToFloat method.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation