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

MhtExportOptions Constructors

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