[]
Contains information about the document. This information includes the document author, title, keywords, etc.
public class PdfDocumentInfo
You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.
Some reader applications may allow users to search documents by author, subject, or keyword.
Name | Description |
---|---|
Author | Gets or sets the name of the person that created the document. |
CreationDate | Gets or sets the creation date and time of the document. The default value for this property is DateTime.MinValue, which causes the current date/time to be used when the document is saved. |
Creator | Gets or sets the name of the application that created the original document. |
Keywords | Gets or sets keywords (separated by comma) associated with the document. |
Producer | Gets or sets the name of the application that created the document. |
Subject | Gets or sets the subject of the document. |
Title | Gets or sets the title of the document. |