Click or drag to resize

Device.Resolution Property

Gets or sets the number of pixels per unit as specified by the Units property.

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

Property Value

Type: TwainResolution
The number of pixels per unit as specified by the Units property.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks

When setting this property, the Units property will also be set automatically.

Use GetSupportedResolutions() to find the resolutions supported by the device.

See Also