ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearDataSources Class / DefaultIndex Property




In This Topic
    DefaultIndex Property (ImGearDataSources)
    In This Topic
    Gets the index in the array of the default data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property DefaultIndex As Integer
    'Usage
     
    Dim instance As ImGearDataSources
    Dim value As Integer
     
    value = instance.DefaultIndex
    public int DefaultIndex {get;}
    public: __property int get_DefaultIndex();
    public:
    property int DefaultIndex {
       int get();
    }

    Property Value

    Integer value.
    See Also