Click or drag to resize

ScannerDuplexMode 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
Syntax
public RSDDX DuplexMode { get; set; }

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