VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / TwainEnumValueContainer Class / ValueIndex Property
Syntax Requirements SeeAlso
In This Topic
    ValueIndex Property (TwainEnumValueContainer)
    In This Topic
    Gets the index of the current value in the Values array.
    Syntax
    'Declaration
    
    Public Property ValueIndex As Integer
    
    
    public int ValueIndex { get; set; }
    
    
    public: __property int get_ValueIndex();
    public: __property void set_ValueIndex(
    int value
    );
    public:
    property int ValueIndex { int get(); void set(int value); }
    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also