Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDictObject Class / Dict Property

In This Topic
    Dict Property
    In This Topic
    Gets the underlying PdfDict object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Dict As PdfDict
    public PdfDict Dict {get;}
    See Also