Click or drag to resize

ScannerParametersDialogMeasurementUnits Property

This property controls which measurement unit is used to display the supported paper sizes in the PaperSize combo box.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(60)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public UNITTYPE MeasurementUnits { get; set; }

Property Value

Type: UNITTYPE
Remarks
The property value is one of the UnitType enumerated elements - see the UNITTYPE enumeration topic for details.
See Also