Click or drag to resize

OverscanMode Enumeration

Specifies the type of Overscan used by the device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum OverscanMode
Members
  Member nameDescription
None

No overscan will be performed.

Auto The device will control what type of overscan, if any, will be performed.
TopBottom A vertical overscan will be performed.
LeftRight A horizontal overscan will be performed.
All Both horizontal and vertical overscans will be performed.
See Also