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

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

    See Also