ImageGear .NET - Updated
StepSize Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapRange Class : StepSize Property
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:
See Also

Reference

ImGearCapRange Class
ImGearCapRange Members