VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneIntRange Class / Max Property
Syntax Requirements SeeAlso
In This Topic
    Max Property (SaneIntRange)
    In This Topic
    Gets maximum value.
    Syntax
    'Declaration
    
    Public ReadOnly Property Max As Integer
    
    
    public int Max { get; }
    
    
    public: __property int get_Max();
    
    
    
    public:
    property int Max { int get(); }
    Requirements

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

    See Also