DXRichEditMhtDocumentExporterOptions Properties
Provides options used for saving (exporting) the document in Mht (Web Archive) format.Name | Description |
---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
CssPropertiesExportType | Gets or sets how the style sheets properties are exported. This is a dependency property. |
DefaultCharacterPropertiesExportToCss | Specifies whether the Document.DefaultCharacterProperties formatting is exported in an MHT style sheet. This is a dependency property. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
Encoding | Gets or sets the character encoding used in an exported document. This is a dependency property. |
EndNoteNamePrefix | Gets or sets the string used to construct the name of the endnote reference in an exported document. This is a dependency property. |
EndNoteNumberStringFormat | Gets or sets the format string that specifies how the endnote number is transformed into a string to construct the name of the endnote reference in exported document. This is a dependency property. |
ExportedDocumentProperties | Gets or sets the document properties being exported. This is a dependency property. |
ExportImageSize | Gets or sets how the current image size is preserved in the resulting MHT output. This is a dependency property. |
ExportListItemStyle | Gets or sets whether to disable implicitly writing font settings into <li> tags when exporting a document to the MHT format. |
ExportRootTag | Gets or sets the root tag of the MHT document to start the export. This is a dependency property. |
FontUnit | Gets or sets the measurement unit to set the font size when exporting to MHT format. This is a dependency property. |
FootNoteNamePrefix | Gets or sets the string used to construct the name of the footnote reference in an exported document. This is a dependency property. |
FootNoteNumberStringFormat | Gets or sets the format string that specifies how the footnote number is transformed into a string to construct the name of the footnote reference in an exported document. This is a dependency property. |
HtmlNumberingListExportFormat | Gets or sets how lists are represented in the resulting document. This is a dependency property. |
IgnoreHangingIndentOnNumberingList | Gets or sets whether to ignore the paragraph’s hanging indent value when exporting the numbering and bulleted lists to MHT as plain text. |
IgnoreParagraphOutlineLevel | Gets or sets whether paragraphs with different Paragraph.OutlineLevel values are exported as text enclosed in the <P> tag. This is a dependency property. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
KeepExternalImageSize | Fixes incorrect export of images in metafile formats. This is a dependency property. |
KeepLineSpacing | Gets or sets whether the Paragraph.LineSpacing setting is exported in MHT. This is a dependency property. |
OverrideImageResolution | Gets or sets the graphics resolution used to save images when a document is exported in MHT format. This is a dependency property. |
TabMarker | Gets or sets a character or a string used to replace a tab symbol when exporting a document to MHT format. This is a dependency property. |
TargetUri | Gets or sets the URI of the document being exported. This is a dependency property. |
UnderlineTocHyperlinks | Gets or sets whether the Table of Contents entries are underlined in a document exported to MHT format. This is a dependency property. |
UriExportType | Gets or sets how the links to external content are saved in the exported document. This is a dependency property. |
UseFontSubstitution | Gets or sets whether missing fonts are substituted. This is a dependency property. |
UseHtml5 | Gets or sets whether the exported MHT conforms to the HTML5 specification. This is a dependency property. |
See Also