Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfStringObject Class / PdfStringObject Constructor
The value of PdfIndirectObject<TValue>.Value.

In This Topic
    PdfStringObject Constructor
    In This Topic
    Initializes a new instance of the PdfStringObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As PdfString _
    )
    public PdfStringObject( 
       PdfString value
    )

    Parameters

    value
    The value of PdfIndirectObject<TValue>.Value.
    See Also