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