Class PdfDocumentBuilder.DocumentInformationBuilder
Sets the values of the DocumentInformation dictionary for the document being created. Control inclusion of the document information dictionary on the output with IncludeDocumentInformation.
public class PdfDocumentBuilder.DocumentInformationBuilder
- Inheritance
-
PdfDocumentBuilder.DocumentInformationBuilder
- Inherited Members
Constructors
DocumentInformationBuilder()
public DocumentInformationBuilder()
Properties
Author
public string Author { get; set; }
Property Value
CreationDate
public string CreationDate { get; set; }
Property Value
Creator
public string Creator { get; set; }
Property Value
Keywords
public string Keywords { get; set; }
Property Value
ModifiedDate
public string ModifiedDate { get; set; }
Property Value
Producer
public string Producer { get; set; }
Property Value
Subject
public string Subject { get; set; }
Property Value
Title
public string Title { get; set; }