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
Syntaxpublic RSDPS ADFMode { get; set; }
Public Property ADFMode As RSDPS
Get
Set
public:
property RSDPS ADFMode {
RSDPS get ();
void set (RSDPS value);
}
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