PdfDocumentInfo Class

PdfDocumentInfo class

Represents the information about the PDF document.

public class PdfDocumentInfo

Properties

NameDescription
[getAuthor]
[setAuthor] The name of the person who created the document.
[getCreationDate]
[setCreationDate] Gets or sets the document’s creation date specified as the Coordinated Universal Time (UTC).
[getCreator]
[setCreator] The name of the product that created the original document.
[getKeywords]
[setKeywords] Keywords associated with the document.
[getModificationDate]
[setModificationDate] Gets or sets the document’s modification date specified as the Coordinated Universal Time (UTC).
[getProducer]
[setProducer] The name of the product that converted the document.
[getSubject]
[setSubject] The subject of the document.
[getTitle]
[setTitle] The document’s title.

See Also