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

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

    Parameters

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