Click or drag to resize

Device.JpegQuality Property

Gets or sets the Jpeg quality used during a file or memory transfer.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public int JpegQuality { get; set; }

Property Value

Type: Int32
The Jpeg quality used during a transfer.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
Valid values are normally from 0 to 100. Use the GetSupportedJpegQualityValues() to find valid values for the device.
See Also