Click or drag to resize

TwainControllerSystemHasTwain Property

Gets a value indicating whether the twain_32.dll has been found 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 bool SystemHasTwain { get; }

Property Value

Type: Boolean
A value indicating whether the TWAIN library has been found.
Remarks

This does not mean there are TWAIN compatible devices on the system. It only checks for the existence of the twain_32.dll.

There should only be one copy of TWAIN on the system; normally installed in the Windows folder.

See Also