ImageGear .NET - Updated
CurrentValue Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapRange Class : CurrentValue Property
Gets or sets the current value of the range.
Syntax
'Declaration
 
Public Property CurrentValue As Object
'Usage
 
Dim instance As ImGearCapRange
Dim value As Object
 
instance.CurrentValue = value
 
value = instance.CurrentValue
public object CurrentValue {get; set;}
public: __property Object* get_CurrentValue();
public: __property void set_CurrentValue( 
   Object* value
);
public:
property Object^ CurrentValue {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The value can be of the following types:
See Also

Reference

ImGearCapRange Class
ImGearCapRange Members