Skip to main content
A newer version of this page is available. .

HtmlExportOptions Constructors

Contains options which define how a document is exported to HTML format.
Name Parameters Description
HtmlExportOptions() none Initializes a new instance of the HtmlExportOptions class with the default settings.
HtmlExportOptions(String, String, Boolean) characterSet, title, removeSecondarySymbols Initializes a new instance of the HtmlExportOptions class with the specified settings.
HtmlExportOptions(String, String) characterSet, title Initializes a new instance of the HtmlExportOptions class with the specified encoding name and title.
HtmlExportOptions(String) characterSet Initializes a new instance of the HtmlExportOptions class with the specified encoding name.
See Also