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

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

    Parameters

    pn
    po
    See Also