VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / TwainValueContainerBase Class / GetAsArray() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetAsArray() Method (TwainValueContainerBase)
    In This Topic
    Gets the supported values of TWAIN value as array of values.
    Syntax
    'Declaration
    
    Public Function GetAsArray() As System.Array
    
    
    public System.Array GetAsArray()
    
    
    public: System.Array* GetAsArray()
    
    
    public:
    System.Array^ GetAsArray()

    Return Value

    Supported values of TWAIN value as array of values.
    Exceptions
    ExceptionDescription
    Thrown if supported values of TWAIN value cannot be converted to array.
    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