Scanner.AvailableOrientations Property
|
This property returns the supported orientation capabilities of the scanner model.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RSDOR AvailableOrientations { get; }
Public ReadOnly Property AvailableOrientations As RSDOR
Get
public:
property RSDOR AvailableOrientations {
RSDOR get ();
}
Property Value
Type:
RSDOR
Remarks
Possible values are listed under the RSDOR Enumeration topic.
The available modes are returned as a bitwise combination of the possible values.
See Also