This property sets the dropout color. This property is only enabled when using a custom-built user interface (UiMode= 2).

[Visual Basic]   imagekitcontrolname.Scan.DropoutColor [ = DropoutColorConstants ]
[Visual C++]     imagekitcontrolname.GetScan().SetDropoutColor(long Val)
[VB.NET]   imagekitcontrolname.Scan.DropoutColor [ = ImageKit10(A)Lib.DropoutColorConstants ]
[C#.NET]   imagekitcontrolname.Scan.DropoutColor [ = ImageKit10(A)Lib.DropoutColorConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib 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 ImageKit10.

 

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation