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

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

    Parameters

    value
    The value.
    See Also