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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public 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. |
Remarks This property affects the values of other measurement properties for the source.
Use GetSupportedUnitTypes() to find valid units for this device.
See Also