Documents for PDF, .NET Edition Documentation
PdfStringObject Constructor

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Spec Namespace > PdfStringObject Class : PdfStringObject Constructor
The object's ID.
The object's value.
Initializes a new instance of the PdfStringObject type.
Syntax
'Declaration
 
Public Function New( _
   ByVal objID As PdfObjID, _
   ByVal value As PdfString _
)
public PdfStringObject( 
   PdfObjID objID,
   PdfString value
)

Parameters

objID
The object's ID.
value
The object's value.
See Also

Reference

PdfStringObject Class
PdfStringObject Members