This method sets the dropout color. This property is only enabled when using a custom-built user interface (UiMode= 2).
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 ImageKit8.
In Visual Basic the following constants can be used: (ikDropoutColorRed = 0, ikDropoutColorGreen = 1, ikDropoutColorBlue = 2, ikDropoutColorNone = 3, ikDropoutColorWhite = 4)
Explanation
This method 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 runtime.
Retrieving this value
This value cannot be retrieved.