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

    Return Value

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