This property sets hole removal. (UserInterface=Suppress)
[Visual Basic] Public WriteOnly Property
RemoveHole As Integer
[C#] public int RemoveHole {set;}
Property Value
0: Does not remove holes
1: Holes are removed
The default value is 0
Explanation
The RemoveHole property sets whether or not hole removal is performed. This property is enabled for certain Canon DR scan drivers, Epson scanners, and Panasonic scanners.
The UserInterface property must be set to Suppress. If using a digital camera or if this capability is not supported by the scan driver, then this property is disabled.
To check whether the scanner supports this capability, use the IsCapabilitySupported method.
See Also
Scan Members | Newtone.ImageKit.Win.ImageKit