Click or drag to resize

PdfDocumentInformation Class

A class containing the information about the document.
Inheritance Hierarchy
System Object
Spire.Pdf PdfDocumentInformation

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfDocumentInformation

The PdfDocumentInformation type exposes the following members.

Properties
Name Description
Public property Author
Gets or sets the author.
Public property CreationDate Obsolete.
Gets or sets the creation date.
Public property Creator
Gets or sets the creator.
Public property Keywords
Gets or sets the keywords.
Public property ModificationDate Obsolete.
Gets or sets the modification date.
Public property Producer
Gets or sets the producer.
Public property Subject
Gets or sets the subject.
Public property Title
Gets or sets the title.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetAllCustomProperties
Get all custom properties.
Public method GetCustomProperty
Get custom property.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method RemoveCustomProperty
Remove custom property.
Public method SetCustomProperty
Set custom property.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also