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

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

    See Also