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

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

    See Also