This property sets the dropout color. This property is only enabled when using a custom-built user interface (UiMode= 2).
* ImageKit9ALib refers to the ANSI version, ImageKit9Lib refers to the Unicode version.
Property Value
Value | Explanation |
---|---|
0 | Red |
1 | Green |
2 | Blue |
3 | None (Default) |
4 | White |
*1 This is a TWAIN setting that is not supported by the ImageKit9.
The following constants can be used: (ikDropoutColorRed = 0, ikDropoutColorGreen = 1, ikDropoutColorBlue = 2, ikDropoutColorNone = 3, ikDropoutColorWhite = 4)
Explanation
The DropoutColor property sets the dropout color. This property is only enabled when the UiMode property is 2(ikScanNONUI). Note: If a digital camera image or other scan device does not support this functionality, then this property is disabled. To disable the dropout color, please set this property to 3(ikDropoutColorNone) or 4(ikDropoutColorWhite). To find out if the datasource supports this functionality, please execute the GetCapEnum or the GetCapEnumVariant method.
Setting this value
This value can be set at run-time.Retrieving this value
This value cannot be retrieved.