Click or drag to resize

ScannerDropout Property

This property is used to get or set the current dropout color.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RSDLC Dropout { get; set; }

Property Value

Type: RSDLC
Remarks

Possible values are listed at the AvailableDropouts property. Only a single mode can be selected at a time. The dropout color feature can be used to eliminate color background patterns during scanning, particularly during form processing.

The default value for this property is RSDLC_WHITE, which means no dropout color handling is used.

See Also