Skip to main content

MhtExportOptions Members

Contains options which define how a document is exported to MHT format.

Constructors

Name Description
MhtExportOptions() Initializes a new instance of the MhtExportOptions class with the default settings.
MhtExportOptions(String, String, Boolean) Initializes a new instance of the MhtExportOptions class with the specified settings.
MhtExportOptions(String, String) Initializes a new instance of the MhtExportOptions class with the specified encoding name and title.
MhtExportOptions(String) Initializes a new instance of the MhtExportOptions class with the specified encoding name.

Properties

Name Description
AllowURLsWithJSContent Gets or sets whether the JavaScript code can be placed in URLs in the resulting HTML document. Inherited from HtmlExportOptionsBase.
CharacterSet Gets or sets the encoding name used when exporting a document to HTML. Inherited from HtmlExportOptionsBase.
EmbedImagesInHTML Overrides the HtmlExportOptionsBase.EmbedImagesInHTML property, to hide it.
ExportMode Gets or sets a value indicating how a document is exported to HTML. Inherited from HtmlExportOptionsBase.
ExportWatermarks Specifies whether to export watermarks to HTML along with the rest of the document content. Inherited from HtmlExportOptionsBase.
InlineCss Specifies whether the style properties are written to the <head> section of an HTML document, or they are defined at the same place where a specific style is assigned in a document. Inherited from HtmlExportOptionsBase.
PageBorderColor Gets or sets the color of page borders when a document is exported to HTML page-by-page. Inherited from HtmlExportOptionsBase.
PageBorderWidth Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page. Inherited from HtmlExportOptionsBase.
PageRange Gets or sets the range of pages to be exported. Inherited from HtmlExportOptionsBase.
RasterizationResolution Specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RemoveSecondarySymbols Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size. Inherited from HtmlExportOptionsBase.
TableLayout Determines whether to use the table or non-table layout in the resulting HTML file. Inherited from HtmlExportOptionsBase.
Title Gets or sets a title of the created HTML file Inherited from HtmlExportOptionsBase.
UseHRefHyperlinks Specifies whether or not the document navigation is implemented by using scripts. Inherited from HtmlExportOptionsBase.

Methods

Name Description
Assign(ExportOptionsBase) Copies all the settings from the HtmlExportOptionsBase object passed as a parameter. Inherited from HtmlExportOptionsBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also