ScannerAvailableDropouts Property
|
This property returns the supported dropout color capabilities of the scanner.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RSDLC AvailableDropouts { get; }
Public ReadOnly Property AvailableDropouts As RSDLC
Get
public:
property RSDLC AvailableDropouts {
RSDLC get ();
}
Property Value
Type:
RSDLC
Remarks
Possible values are listed under the RSDLC Enumeration topic.
The available modes are returned as a bitwise combination of the possible values.
See Also