ImageGear .NET - Updated
DefaultValue Property (ImGearCapRange)




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

Property Value

The value can be of the following types:
See Also

Reference

ImGearCapRange Class
ImGearCapRange Members