ImageGear .NET - Updated
Value Property (ImGearCapOneValue)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapOneValue Class : Value Property
Gets or sets the value of the capability.
Syntax
'Declaration
 
Public Property Value As Object
'Usage
 
Dim instance As ImGearCapOneValue
Dim value As Object
 
instance.Value = value
 
value = instance.Value
public object Value {get; set;}
public: __property Object* get_Value();
public: __property void set_Value( 
   Object* value
);
public:
property Object^ Value {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The value can be on of the following types:
See Also

Reference

ImGearCapOneValue Class
ImGearCapOneValue Members
ImGearDoubleRectangle Structure