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)
Syntaxpublic 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. |
RemarksWhen setting this property, the Units property will also be set
automatically.
Use GetSupportedResolutions to find the resolutions supported by the device.
See Also