VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceManager Class / TwainDllPath Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
TwainDllPath Property (DeviceManager)
In This Topic
Gets or sets a path to the TWAIN device manager.
Syntax
'Declaration

<DescriptionAttribute("A path to the TWAIN device manager.")>
Public Property TwainDllPath As String

[Description("A path to the TWAIN device manager.")]
public string TwainDllPath { get; set; }

Property Value

Path to TWAIN_32.DLL or TWAINDSM.DLL.
Exceptions
ExceptionDescription
Thrown if path is null.
Thrown if file does not exist or not a DLL file.
Thrown if TWAIN device manager is disposed.
Remarks

This property should be used when non standard path to the TWAIN device manager is used, for example on Citrix.

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