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

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

    Parameters

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