Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / PdfString Constructor / PdfString Constructor(String)
The value.

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

    Parameters

    value
    The value.
    See Also