PdfDocumentInfo class

PdfDocumentInfo class

Represents the information about the PDF document.

The PdfDocumentInfo type exposes the following members:

Properties

PropertyDescription
titleThe document’s title.
authorThe name of the person who created the document.
subjectThe subject of the document.
keywordsKeywords associated with the document.
creatorThe name of the product that created the original document.
producerThe name of the product that converted the document.
creation_dateGets or sets the document’s creation date specified as the Coordinated Universal Time (UTC).
modification_dateGets or sets the document’s modification date specified as the Coordinated Universal Time (UTC).

See Also