Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Wrappers Namespace / PdfDictWrapper Class / PdfDict Property

In This Topic
    PdfDict Property
    In This Topic
    Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict.
    Syntax
    'Declaration
     
    Public ReadOnly Property PdfDict As IPdfDict
    public IPdfDict PdfDict {get;}
    See Also