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; }
Public Property Resolution As TwainResolution
Get
Set
Property Value
Type:
TwainResolution The number of pixels per unit as specified by the Units property.
Exceptions Exception | Condition |
---|
| 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