Gets or sets a value indicating the type of overscan the source should perform.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public OverscanMode Overscan { get; set; }
Public Property Overscan As OverscanMode
Get
Set
Property Value
Type:
OverscanMode A value indicating the type of overscan the source should perform.
Exceptions Exception | Condition |
---|
| Thrown if a connection to the device is not open. |
Remarks Overscan is used to scan outside of the boundaries described by Frame, and is
used to help acquire image data that may be lost because of skewing.
Use GetSupportedOverscanModes() to find the modes supported by the device.
See Also