ScannerColorMode Property
|
This property is used to get or set the current color mode.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RSDII ColorMode { get; set; }
Public Property ColorMode As RSDII
Get
Set
public:
property RSDII ColorMode {
RSDII get ();
void set (RSDII value);
}
Property Value
Type:
RSDII
Remarks
The possible values are listed in the AvailableColorModes property. You can only set one single mode at a time.
The default value of this property depends on the scanner model.
See Also