[]
Initializes a new instance of the PdfDict class.
public PdfDict()
Public Sub New()
Initializes a new instance of the PdfDict class.
public PdfDict(PdfName pn, IPdfObject po)
Public Sub New(pn As PdfName, po As IPdfObject)
Type | Name | Description |
---|---|---|
PdfName | pn | |
IPdfObject | po |
Initializes a new instance of the PdfDict class.
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)
Type | Name | Description |
---|---|---|
PdfName | pn1 | |
IPdfObject | po1 | |
PdfName | pn2 | |
IPdfObject | po2 |
Initializes a new instance of the PdfDict class.
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)
Type | Name | Description |
---|---|---|
PdfName | pn1 | |
IPdfObject | po1 | |
PdfName | pn2 | |
IPdfObject | po2 | |
PdfName | pn3 | |
IPdfObject | po3 |