Click or drag to resize

DeviceUnits Property

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)
Syntax
public UnitType Units { get; set; }

Property Value

Type: UnitType
A value indicating the units of measure for this acquire.
Exceptions
ExceptionCondition
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