Click or drag to resize

AcquisitionSystemHasTwain Property

Gets a value indicating if the system has twain_32.dll installed.

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

Property Value

Type: Boolean
True if the system has the twain_32.dll.
Remarks
The Twain library has been installed with Windows since Windows 98, so it's rare that a system will not have it installed. Any scanning features in your application should be disabled if this property returns false.
See Also