Click or drag to resize

ScannerAvailablePaperSources Property

This property returns the supported paper sources of the scanner.

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

Property Value

Type: RSDPS
Remarks

Possible values are:

RSDPD Value Paper source
RSDPS_FLATBED The scanner has a flat-bed feeder.
RSDPS_SHEETFEED The scanner is a roller type one or it requires manual feed.
RSDPS_ADF_AUTO The scanner is equipped with an ADF and it supports auto-selection.
RSDPS_ADF The scanner is equipped with an ADF and it supports exclusive selection.
RSDPS_TRANSP The scanner is equipped with a transparency adapter and it supports exclusive selection.

The available modes are returned as a bitwise combination of the possible values.

See Also