ImageGear .NET - Updated
DefaultValueIndex Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapEnumeration Class : DefaultValueIndex Property
Gets or sets the index in the array of the default value.
Syntax
'Declaration
 
Public Property DefaultValueIndex As Integer
'Usage
 
Dim instance As ImGearCapEnumeration
Dim value As Integer
 
instance.DefaultValueIndex = value
 
value = instance.DefaultValueIndex
public int DefaultValueIndex {get; set;}
public: __property int get_DefaultValueIndex();
public: __property void set_DefaultValueIndex( 
   int value
);
public:
property int DefaultValueIndex {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
Value should be in the 0...ImGearCapArray.Count range.
See Also

Reference

ImGearCapEnumeration Class
ImGearCapEnumeration Members