ImageGear .NET - Updated
MaxValue Property (ImGearCapRange)




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

Property Value

The value can be of the following types:
See Also

Reference

ImGearCapRange Class
ImGearCapRange Members