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
Syntaxpublic RSDOR Orientation { get; set; }
Public Property Orientation As RSDOR
Get
Set
public:
property RSDOR Orientation {
RSDOR get ();
void set (RSDOR value);
}
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