HotDocs.Server.HtmlOutputOptions Class
An HtmlOutputOptions object is used to specify details of the conversion to HTML from some other format.
Methods
| Method | Description |
GetValue |
Get the value of a metadata name/value pair. |
HasValue |
Check for the existence of a metadata value. |
HtmlOutputOptions (Constructor) |
This constructor initializes a new instance of the HtmlOutputOptions class. |
SetValue |
Set the value of a metadata name/value pair. |
Properties
| Property | Description |
Author |
Access the "Author" metadata value. |
Comments |
Access the "Comments" metadata value. |
Company |
Access the "Company" metadata value. |
Encoding |
Set the character encoding of the text. |
Keywords |
Access the "Keywords" metadata value. |
Subject |
Access the "Subject" metadata value. |
Title |
Access the "Title" metadata value. |

