Class representing a document information dictionary.
| C# | Visual Basic | Visual Basic Usage |
public class PdfInfo : PdfDictionary
Public Class PdfInfo _ Inherits PdfDictionary
Dim instance As PdfInfo
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| PdfInfo(PdfObjectId) | Initializes a new instance of the PdfInfo class | |
| Add(PdfName, PdfObject) | (Inherited from PdfDictionary.) | |
| Author | ||
| Clear()()()() | (Inherited from PdfDictionary.) | |
| Contains(PdfName) | (Inherited from PdfDictionary.) | |
| Count | (Inherited from PdfDictionary.) | |
| CreationDate | ||
| Creator | ||
| entries | (Inherited from PdfDictionary.) | |
| 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()()()() | (Inherited from PdfDictionary.) | |
| 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])]) | (Inherited from PdfDictionary.) | |
| Keys | (Inherited from PdfDictionary.) | |
| Keywords | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ModDate | ||
| ObjectId | (Inherited from PdfObject.) | |
| Producer | ||
| Remove(PdfName) | (Inherited from PdfDictionary.) | |
| Subject | ||
| Title | ||
| 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 | (Inherited from PdfDictionary.) | |
| Write(PdfWriter) | (Inherited from PdfDictionary.) | |
| WriteIndirect(PdfWriter) | (Inherited from PdfObject.) |
Document information dictionaries are described in section 9.2.1 of the
PDF specification.
| Object | |||
| PdfObject | |||
| PdfDictionary | |||
| PdfInfo | |||