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