VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclDevice Class / ScanMaxRegions Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ScanMaxRegions Property (EsclDevice)
    In This Topic
    Gets the maximum count of scan regions.
    Syntax
    'Declaration
    
    Public ReadOnly Property ScanMaxRegions As System.Nullable(Of Integer)
    
    
    public System.Nullable<int> ScanMaxRegions { get; }
    
    
    public: __property System.Nullable<int> get_ScanMaxRegions();
    
    
    
    public:
    property System.Nullable<int> ScanMaxRegions { System.Nullable<int> get(); }

    Property Value

    null - the maximum count of scan regions is not defined; N - the maximum count of scan regions.
    Exceptions
    ExceptionDescription
    Thrown if device is not opened or device capabilities are not loaded.
    Requirements

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

    See Also