This property enables "over scan" capabilities enlarging the scan area. (UserInterface=Suppress)
[Visual Basic] Public WriteOnly Property
OverScan As Newtone.ImageKit.WPF.ScanOverScan
[C#] public Newtone.ImageKit.WPF.ScanOverScan
OverScan {set;}
Property Values
A member of the ScanOverScan enumeration
Explanation
The OverScan property is useful when the scanned paper is not properly centered. This property allows the scan area (the Rect property or the PaperSize property) to be increased.
This property is enabled when the UserInterface property is set to Suppress. This property is disabled when using a digital camera or if the document scanner's driver does not support this capability.
To check if the datasource supports overscan, use the GetCapabilityEnumToSingle method.See Also