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

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

    See Also