Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArrayObject Class / PdfArrayObject Constructor
The value of PdfIndirectObject<TValue>.Value.

In This Topic
    PdfArrayObject Constructor
    In This Topic
    Initializes a new instance of the PdfArrayObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As PdfArray _
    )
    public PdfArrayObject( 
       PdfArray value
    )

    Parameters

    value
    The value of PdfIndirectObject<TValue>.Value.
    See Also