Click or drag to resize

DeviceOverscan Property

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)
Syntax
public OverscanMode Overscan { get; set; }

Property Value

Type: OverscanMode
A value indicating the type of overscan the source should perform.
Exceptions
ExceptionCondition
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