Scanner.DuplexMode Property
|
This property is used to get or set the duplex mode of the scanner.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RSDDX DuplexMode { get; set; }
Public Property DuplexMode As RSDDX
Get
Set
public:
property RSDDX DuplexMode {
RSDDX get ();
void set (RSDDX value);
}
Property Value
Type:
RSDDX
Remarks
The supported values can be retrieved using the AvailableDuplexModes property.
Only a single mode at a time can be selected.
The default value is RSDDX_SINGLE.
See Also