VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclDevice Class / IsOpened Property
Syntax Requirements SeeAlso
In This Topic
    IsOpened Property (EsclDevice)
    In This Topic
    Gets a value indicating whether this eSCL device is opened.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsOpened As Boolean
    
    
    public bool IsOpened { get; }
    
    
    public: __property bool get_IsOpened();
    
    
    
    public:
    property bool IsOpened { bool get(); }
    Requirements

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

    See Also