[]
Represents the settings for exporting data to an MHT format.
public class MhtExportSettings : BaseExportSettings
| Name | Description |
|---|---|
| MhtExportSettings() |
| Name | Description |
|---|---|
| BookmarkStyle | Gets or sets the style of bookmarks in the document. |
| CharacterSet | Gets or sets the character set used in the document. |
| CreateFramesetPage | Gets or sets a value indicating whether to create a frameset page. |
| Fragment | Gets or sets a value indicating whether to output a fragment of the document. |
| IncludeHtmlHeader | Gets or sets a value indicating whether to include an HTML header in the output. |
| IncludePageMargins | Gets or sets a value indicating whether to include page margins in the output. |
| LinkTarget | Gets or sets the target for hyperlinks in the document. |
| Mode | Gets or sets the render mode for the document. |
| MultiPage | Gets or sets a value indicating whether to output multiple pages. |
| OutputTOC | Gets or sets a value indicating whether to include a table of contents (TOC) in the output. |
| OutputType | Gets or sets the output type for the document. |
| Pagination | Gets or sets a value indicating whether to use pagination in the output. |
| RemoveVerticalSpace | Gets or sets a value indicating whether to remove vertical space in the output. |
| Title | Gets or sets the title of the document. |