Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDict Class / PdfDict Constructor / PdfDict Constructor(PdfName,IPdfObject,PdfName,IPdfObject)

In This Topic
    PdfDict Constructor(PdfName,IPdfObject,PdfName,IPdfObject)
    In This Topic
    Initializes a new instance of the PdfDict class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pn1 As PdfName, _
       ByVal po1 As IPdfObject, _
       ByVal pn2 As PdfName, _
       ByVal po2 As IPdfObject _
    )
    public PdfDict( 
       PdfName pn1,
       IPdfObject po1,
       PdfName pn2,
       IPdfObject po2
    )

    Parameters

    pn1
    po1
    pn2
    po2
    See Also