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)
[VB.NET]   imagekitcontrolname.Scan.JpegQuality [ = Short ]
[C#.NET]   imagekitcontrolname.Scan.JpegQuality [ = Short ]

Property Value

-4Fundefined, -3:Low quality, -2FMiddle 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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation