Click or drag to resize

ScannerOrientation Property

This property is used to get or set the current orientation mode.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RSDOR Orientation { get; set; }

Property Value

Type: RSDOR
Remarks

The supported values can be queried as documented under the AvailableOrientations property. Only a single mode at a time can be selected.

The default value for this property is RSDOR_NORMAL.

See Also