This Property sets the dropout color. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).
[Visual Basic]Public WriteOnly Property
DropoutColor As Newtone.ImageKit.WPF.ScanDropoutColor
[C#]public
Newtone.ImageKit.WPF.ScanDropoutColor DropoutColor {set;}
Property Value
This value is of enum type ScanDropoutColor
Explanation
The DropoutColor property sets the dropout color. This property is only enabled when the UserInterface property is Suppress, and the PixelType property is either BW or Gray. 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 None or White. To find out if the datasource supports this functionality, please execute the GetCapabilityEnumToSingle method.