Click or drag to resize

TwainManagerForceTwain1xBehavior Property

Gets or sets a value used to indicate whether DotTwain should use TWAIN 1.x, even if TWAIN 2.x is on the system.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static bool ForceTwain1xBehavior { get; set; }

Property Value

Type: Boolean
A value indicating whether DotTwain should use TWAIN 1.x.
Remarks
If TWAIN 2.x is not found on the system, DotTwain will automatically use TWAIN 1.x and setting this property will have no effect.
See Also