| C# | Visual Basic | Visual Basic Usage |
public class PdfDictionary : PdfObject, IEnumerable
Public Class PdfDictionary _ Inherits PdfObject _ Implements IEnumerable
Dim instance As PdfDictionary
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| PdfDictionary()()()() | Initializes a new instance of the PdfDictionary class | |
| PdfDictionary(PdfObjectId) | Initializes a new instance of the PdfDictionary class | |
| Add(PdfName, PdfObject) | ||
| Clear()()()() | ||
| Contains(PdfName) | ||
| Count | ||
| entries | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() | ||
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetReference()()()() | (Inherited from PdfObject.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsIndirect | (Inherited from PdfObject.) | |
| Item[([( PdfName])]) | ||
| Keys | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ObjectId | (Inherited from PdfObject.) | |
| Remove(PdfName) | ||
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| Values | ||
| Write(PdfWriter) | (Overrides PdfObject.Write(PdfWriter).) | |
| WriteIndirect(PdfWriter) | (Inherited from PdfObject.) |