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