This property sets the JpegQuality when using file or memory transfer with JPEG compression.
[Visual
Basic] imagekitcontrolname.Scan.JpegQuality
[ = Integer ]
[Visual
C++] imagekitcontrolname.GetScan().SetJpegQuality(short
Val)
Property Value
-4Fundefined, -3:Low quality, -2FMiddle quality, -1: High quality, 0`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 1 (ikScanFile) or 2 (ikScanMemory) and the Compression property is 6 (ikScanJPEG). The possible setting values supported by a scan device can be retrieved using the GetCapRange, the GetCapRangeVariant, the GetCapEnum, or the GetCapEnumVariant method.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.