Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDict Class
Members

In This Topic
    PdfDict Class
    In This Topic
    Represents a PDF Dictionary object.
    Object Model
    PdfDict Class
    Syntax
    'Declaration
     
    Public Class PdfDict 
       Inherits System.Collections.Generic.Dictionary(Of PdfName,IPdfObject)
    public class PdfDict : System.Collections.Generic.Dictionary<PdfName,IPdfObject> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          GrapeCity.Documents.Pdf.Spec.PdfDict

    See Also