VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / DeviceManager Class / IsTwainAvailable Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
IsTwainAvailable Property (DeviceManager)
In This Topic
Gets a value indicating whether TWAIN device manager is installed in the system.
Syntax
'Declaration

<DescriptionAttribute("A value indicating whether TWAIN device manager is installed in the system.")>
Public ReadOnly Property IsTwainAvailable As Boolean

[Description("A value indicating whether TWAIN device manager is installed in the system.")]
public bool IsTwainAvailable { get; }

Property Value

true - TWAIN device manager is found, false - TWAIN device manager is not found.
Exceptions
ExceptionDescription
Thrown if TWAIN device manager is disposed.
Remarks

Path to the TWAIN device manager can be set manually using the TwainDllPath property.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also