ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCapEnumeration Class / CurrentValueIndex Property




In This Topic
    CurrentValueIndex Property
    In This Topic
    Gets or sets the index in the array of the current value.
    Syntax
    'Declaration
     
    Public Property CurrentValueIndex As Integer
    'Usage
     
    Dim instance As ImGearCapEnumeration
    Dim value As Integer
     
    instance.CurrentValueIndex = value
     
    value = instance.CurrentValueIndex
    public int CurrentValueIndex {get; set;}
    public: __property int get_CurrentValueIndex();
    public: __property void set_CurrentValueIndex( 
       int value
    );
    public:
    property int CurrentValueIndex {
       int get();
       void set (    int value);
    }

    Property Value

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