Click or drag to resize

ScannerADFMode Property

This property is used to get or set whether the scanner loads the next sheet of paper automatically or scans ahead if these capabilities are supported and scanning is being done from an ADF.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RSDPS ADFMode { get; set; }

Property Value

Type: RSDPS
Remarks

Possible values are 0, RSDPS_ADF_AUTOLOAD and RSDPS_ADF_SCANAHEAD, which are documented at the AvailableADFModes property.

See Also