VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneIntArray Class / Values Property
Syntax Requirements SeeAlso
In This Topic
    Values Property (SaneIntArray)
    In This Topic
    Gets an array of integer values.
    Syntax
    'Declaration
    
    Public ReadOnly Property Values As Integer[]
    
    
    public int[] Values { get; }
    
    
    public: __property int[] get_Values();
    
    
    
    public:
    property int[] Values { int[] get(); }
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also