VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsArray<T> Class / PdfJsArray<T> Constructor(T[])
Syntax Requirements SeeAlso
In This Topic
    PdfJsArray<T> Constructor(T[])
    In This Topic
    Initializes a new instance of the PdfJsArray<T> class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal source
    Source array of JavaScript API objects.
    () As T _
    )
    public PdfJsArray<T>(
    T[] source
    )
    public: PdfJsArray<T>(
    T*[]* source
    )
    public:
    PdfJsArray<T>(
    array<T^>^ source
    )

    Parameters

    source
    Source array of JavaScript API 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