ScannerPaperSource Property
|
This property is used to get or set the scanner's current paper source.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RSDPS PaperSource { get; set; }
Public Property PaperSource As RSDPS
Get
Set
public:
property RSDPS PaperSource {
RSDPS get ();
void set (RSDPS value);
}
Property Value
Type:
RSDPS
Remarks
One paper source at a time can be selected from the supported paper sources, which can be queried using the AvailablePaperSources property.
The default value of this property depends on the scanner model.
See Also