[]
Represents the document properties of PDF.
public class DocumentProperties
public DocumentProperties()
Gets or sets the name of the person that created the document.
public string Author { get; set; }
Gets or sets the creation date and time of the document.
public DateTime CreationDate { get; set; }
Gets or sets the name of the application that created the original document.
public string Creator { get; set; }
True to embed true type fonts. The default value is true.
public bool EmbedStandardWindowsFonts { get; set; }
Gets or sets keyword associated with the document.
public string Keywords { get; set; }
Gets or sets the date and time the document was most recently modified.
public DateTime ModifyDate { get; set; }
Gets or sets the PDF Version of the generated document. By default the version is determined automatically based on which features are used in this document. Setting this property in the format "1.X" (where X is a digit from 1 to 9) overrides the automatic value with the specified one. Setting this property to zero to the default behavior.
public float PdfVersion { get; set; }
Gets or sets the name of the application that created the document.
public string Producer { get; set; }
Gets or sets the subject of the document.
public string Subject { get; set; }
Gets or sets the title of the document.
public string Title { get; set; }