ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCapRange Class / StepSize Property




In This Topic
    StepSize Property
    In This Topic
    Gets or sets the step size of the range.
    Syntax
    'Declaration
     
    Public Property StepSize As Object
    'Usage
     
    Dim instance As ImGearCapRange
    Dim value As Object
     
    instance.StepSize = value
     
    value = instance.StepSize
    public object StepSize {get; set;}
    public: __property Object* get_StepSize();
    public: __property void set_StepSize( 
       Object* value
    );
    public:
    property Object^ StepSize {
       Object^ get();
       void set (    Object^ value);
    }

    Property Value

    The value can be of the following types:
    • System.Double value.
    • System.Int64 value.
    See Also