VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain 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; }
    
    
    [Description("A value indicating whether TWAIN device manager is installed in the system.")]
    public: __property bool get_IsTwainAvailable();
    
    
    
    [Description("A value indicating whether TWAIN device manager is installed in the system.")]
    public:
    property bool IsTwainAvailable { bool 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 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also