PdfDocumentOptions Properties
Contains options which specify the Document Properties of the created PDF file.
Name | Description |
---|---|
Application | Gets or sets the string to be added as an Application property of the resulting PDF file. |
Author | Gets or sets the string to be added as an Author property of the resulting PDF file. |
Default |
Specifies the default value of the Pdf |
Keywords | Gets or sets the string to be added as a Keywords property of the resulting PDF file. |
Producer | Gets or sets the string to be added as a Producer property of the resulting PDF file. |
Subject | Gets or sets the string to be added as a Subject property of the resulting PDF file. |
Title | Gets or sets the string to be added as a Title property of the resulting PDF file. |
See Also