Click or drag to resize

ScannerAvailableADFModes Property

This property returns additional information about the scanner models that have ADF support.

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

Property Value

Type: RSDPS
Remarks

Possible values are listed under the RSDPS Enumeration topic.

If a scanner can scan the pages ahead (RSDPS_ADF_SCANAHEAD is supported), it can also load the next page automatically (RSDPS_ADF_AUTOLOAD). The afterscan, preload, unload and reload capability cannot be changed. These are read-only, information query bits to be used with the methods PreloadADF, UnloadADF and ReloadADF. Auto-load and scanning ahead capabilities can be altered with the ADFMode property.

See Also