Class PdfDictionary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfDictionary : PdfObject, IEnumerable
Constructors
PdfDictionary()
Declaration
public PdfDictionary()
PdfDictionary(PdfObjectId)
Fields
entries
Declaration
protected Hashtable entries
Field Value
System.Collections.Hashtable
|
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Item[PdfName]
Declaration
public PdfObject this[PdfName key] { get; set; }
Parameters
PdfName
key
|
Property Value
PdfObject
|
Keys
Declaration
public ICollection Keys { get; }
Property Value
System.Collections.ICollection
|
Values
Declaration
public ICollection Values { get; }
Property Value
System.Collections.ICollection
|
Methods
Add(PdfName, PdfObject)
Clear()
Declaration
public void Clear()
Contains(PdfName)
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()