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

[Visual Basic] Public WriteOnly Property JpegQuality As Integer
[C#] public int JpegQuality {set;}

Property Value

-4F undefined
-3F Low quality
-2F Middle quality
-1F High quality
0  to 100

Explanation

The JpegQuality property sets the JpegQuality when using file or memory transfer with JPEG compression. This property is enabled when theTransfer property is File or Memory and the Compression property is Jpeg. The possible setting values supported by a scan device can be retrieved using the the GetCapabilityEnumToSingle or the GetCapabilityRange method.

See Also

Scan Class | Scan Members

The ImageKit.NET3 is created by Newtone Corporation