VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDevice Class / IsScanning Property
Syntax Requirements SeeAlso
In This Topic
    IsScanning Property (SaneLocalDevice)
    In This Topic
    Gets a value indicating whether this SANE device is scanning an image.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsScanning As Boolean
    
    
    public bool IsScanning { get; }
    
    
    public: __property bool get_IsScanning();
    
    
    
    public:
    property bool IsScanning { bool get(); }
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also