VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain 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; }
    
    
    [Description("A path to the TWAIN device manager.")]
    public: __property string* get_TwainDllPath();
    public: __property void set_TwainDllPath(
    string* value
    );
    [Description("A path to the TWAIN device manager.")]
    public:
    property string^ TwainDllPath { string^ get(); void set(string^ value); }

    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 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also