Gets or sets a value indicating the units of measure for this acquire.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic UnitType Units { get; set; }Public Property Units As UnitType
Get
Set
Property Value
Type:
UnitType A value indicating the units of measure for this acquire.
Exceptions| Exception | Condition |
|---|
| Thrown if a connection to the device is not open. |
RemarksThis property affects the values of other measurement properties for the source.
Use GetSupportedUnitTypes to find valid units for this device.
See Also