DocumentInfo Class
Represents meta information of PDF document.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, String
    Aspose.PdfDocumentInfo

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class DocumentInfo : Dictionary<string, string>

The DocumentInfo type exposes the following members.

Constructors
  NameDescription
Public methodDocumentInfo
Initialize DocumentInfo instance.
Properties
  NameDescription
Public propertyAuthor
Gets or sets document author.
Public propertyComparer (Inherited from DictionaryString, String.)
Public propertyCount (Inherited from DictionaryString, String.)
Public propertyCreationDate
Gets or sets the date of document creation.
Public propertyCreationTimeZone
Time zone of creation date.
Public propertyCreator
Gets or sets document creator.
Public propertyItem
Gets or sets the value associated with the specified key.
Public propertyKeys (Inherited from DictionaryString, String.)
Public propertyKeywords
Gets or set the keywords of the document.
Public propertyModDate
Gets or sets the date of document modification.
Public propertyModTimeZone
Time zone of modification date.
Public propertyProducer
Gets or sets the document producer.
Public propertySubject
Gets or sets the subject of the document.
Public propertyTitle
Gets or sets document title.
Public propertyTrapped
Gets or sets the trapped flag.
Public propertyValues (Inherited from DictionaryString, String.)
Methods
  NameDescription
Public methodAdd
Adds an element with the specified key and value into the collection.
Public methodClear
Clears the document info.
Public methodClearCustomData
Clears custom data only, leaves all other predefined values (Title, Author, etc.).
Public methodContainsKey (Inherited from DictionaryString, String.)
Public methodContainsValue (Inherited from DictionaryString, String.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, String.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, String.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsPredefinedKey
Determines if the key is predefined (Title, Author, etc.), not custom.
Public methodOnDeserialization (Inherited from DictionaryString, String.)
Public methodRemove
Removes the element with the specified key from the collection.
Public methodToString (Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, String.)
See Also