This property sets whether or not the background color of the document is ignored when automatically determining whether to scan in black and white or in color. This property is only enabled when using a custom-built user interface (UiMode=2).
[Visual
Basic] imagekitcontrolname.Scan.IgnoreBackColor
[ = Boolean ]
[Visual
C++] imagekitcontrolname.GetScan().SetIgnoreBackColor(BOOL
Val)
Property Value
Value | Explanation |
---|---|
True | Ignore the back color |
False | Does not ignore the back color(Default) |
Explanation
The IgnoreBackColor property sets whether or not the background color of the document is ignored when automatically determining whether to scan in black and white or in color.
IgnoreBackColor is only available with certain
Panasonic scan drivers
This property is enabled when the UiMode property is 2(ikScanNONUI) and the
PixelType property is
1000(ikScanPixelAutomation).
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.