Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDictObject Class / PdfDictObject Constructor
The object's ID.
The object's value.

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

    Parameters

    objID
    The object's ID.
    value
    The object's value.
    See Also