VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsField Class / getArray() Method
Syntax Requirements SeeAlso
In This Topic
    getArray() Method (PdfJsField)
    In This Topic
    Returns the array of terminal child fields (that is, fields that can have a value) for this Field object, the parent field.
    Syntax
    'Declaration
    
    Public Function getArray() As PdfJsArray(Of T)
    
    
    public PdfJsArray<T> getArray()
    
    
    public: PdfJsArray<T*>* getArray()
    
    
    public:
    PdfJsArray<T^>^ getArray()

    Return Value

    An array of Field objects.
    Requirements

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

    See Also