MhtExportOptions Properties
Contains options which define how a document is exported to MHT format.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. |
See Also