PdfDocumentInfo Class

PdfDocumentInfo class

Represents the information about the PDF document.

public class PdfDocumentInfo

Properties

NameDescription
Author { get; set; }The name of the person who created the document.
CreationDate { get; set; }Gets or sets the document’s creation date specified as the Coordinated Universal Time (UTC).
Creator { get; set; }The name of the product that created the original document.
Keywords { get; set; }Keywords associated with the document.
ModificationDate { get; set; }Gets or sets the document’s modification date specified as the Coordinated Universal Time (UTC).
Producer { get; set; }The name of the product that converted the document.
Subject { get; set; }The subject of the document.
Title { get; set; }The document’s title.

See Also