HotDocs.Server.PdfOutputOptions Class
A PdfOutputOptions object is used to specify details of the conversion to PDF from some other format.
Methods
Method | Description |
![]() |
Get the value of a metadata name/value pair. |
![]() |
Check for the existence of a metadata value. |
![]() |
This constructor initializes a new instance of the HtmlOutputOptions class. |
![]() |
Set the value of a metadata name/value pair. |
Properties
Properties | Description |
![]() |
Access the "Author" metadata value. |
![]() |
Access the "Comments" metadata value. |
![]() |
Access the "Company" metadata value. |
![]() |
Access the "Keywords" metadata value. |
![]() |
Access the "OwnerPassword" metadata value. |
![]() |
Access the PDF output flags. |
![]() |
Access the PDF permission flags. |
![]() |
Access the "Subject" metadata value. |
![]() |
Access the "Title" metadata value. |
![]() |
Access the "UserPassword" metadata value. |
Remarks
All of the above properties (except for OwnerPassword, UserPassword, PdfOutputFlags, and PdfPermissions) are equivalent to calls to GetValue and SetValue. Likewise, HasValue may be used to check for the existence of any of the above properties except for OwnerPassword, UserPassword, PdfOutputFlags, and PdfPermissions.