PdfNameObject Constructor
In This Topic
Initializes a new instance of the
PdfNameObject class.
Syntax
'Declaration
Public Function New( _
ByVal As PdfName _
)
public PdfNameObject(
PdfName
)
Parameters
- value
- The value of PdfIndirectObject<TValue>.Value.
See Also