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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic 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. |
RemarksOverscan 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