[]
        
(Showing Draft Content)

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

PdfDict Constructor

PdfDict()

Initializes a new instance of the PdfDict class.

Declaration
public PdfDict()

PdfDict(PdfName, IPdfObject)

Initializes a new instance of the PdfDict class.

Declaration
public PdfDict(PdfName pn, IPdfObject po)
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)
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)
Parameters
Type Name Description
PdfName pn1
IPdfObject po1
PdfName pn2
IPdfObject po2
PdfName pn3
IPdfObject po3