Click or drag to resize

DeviceResolution 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.4.0.9.0.377 (.NET 4.5.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