[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfDict.-ctor

PdfDict Constructor

PdfDict()

Initializes a new instance of the PdfDict class.

Declaration
public PdfDict()
Public Sub New()

PdfDict(PdfName, IPdfObject)

Initializes a new instance of the PdfDict class.

Declaration
public PdfDict(PdfName pn, IPdfObject po)
Public Sub New(pn As PdfName, po As IPdfObject)
Parameters
Type Name Description
PdfName pn
IPdfObject po

PdfDict(PdfName, IPdfObject, PdfName, IPdfObject)

Initializes a new instance of the PdfDict class.

Declaration
public PdfDict(PdfName pn1, IPdfObject po1, PdfName pn2, IPdfObject po2)
Public Sub New(pn1 As PdfName, po1 As IPdfObject, pn2 As PdfName, po2 As IPdfObject)
Parameters
Type Name Description
PdfName pn1
IPdfObject po1
PdfName pn2
IPdfObject po2

PdfDict(PdfName, IPdfObject, PdfName, IPdfObject, PdfName, IPdfObject)

Initializes a new instance of the PdfDict class.

Declaration
public PdfDict(PdfName pn1, IPdfObject po1, PdfName pn2, IPdfObject po2, PdfName pn3, IPdfObject po3)
Public Sub New(pn1 As PdfName, po1 As IPdfObject, pn2 As PdfName, po2 As IPdfObject, pn3 As PdfName, po3 As IPdfObject)
Parameters
Type Name Description
PdfName pn1
IPdfObject po1
PdfName pn2
IPdfObject po2
PdfName pn3
IPdfObject po3