Skip to main content

DXRichEditMhtDocumentExporterOptions Members

Provides options used for saving (exporting) the document in Mht (Web Archive) format.

Constructors

Name Description
DXRichEditMhtDocumentExporterOptions() Initializes a new instance of the DXRichEditMhtDocumentExporterOptions class with the default settings.

Fields

Name Description
CssPropertiesExportTypeProperty static Identifies the DXRichEditMhtDocumentExporterOptions.CssPropertiesExportType dependency property.
DefaultCharacterPropertiesExportToCssProperty static Identifies the DXRichEditMhtDocumentExporterOptions.DefaultCharacterPropertiesExportToCss dependency property.
EncodingProperty static Identifies the DXRichEditMhtDocumentExporterOptions.Encoding dependency property.
EndNoteNamePrefixProperty static Identifies the DXRichEditMhtDocumentExporterOptions.EndNoteNamePrefix dependency property.
EndNoteNumberStringFormatProperty static Identifies the DXRichEditMhtDocumentExporterOptions.EndNoteNumberStringFormat dependency property.
ExportedDocumentPropertiesProperty static Identifies the DXRichEditMhtDocumentExporterOptions.ExportedDocumentProperties dependency property.
ExportImageSizeProperty static Identifies the DXRichEditMhtDocumentExporterOptions.ExportImageSize dependency property.
ExportListItemStyleProperty static Identifies the DXRichEditMhtDocumentExporterOptions.ExportListItemStyle dependency property.
ExportRootTagProperty static Identifies the DXRichEditMhtDocumentExporterOptions.ExportRootTag dependency property.
FontUnitProperty static Identifies the DXRichEditMhtDocumentExporterOptions.FontUnit dependency property.
FootNoteNamePrefixProperty static Identifies the DXRichEditMhtDocumentExporterOptions.FootNoteNamePrefix dependency property.
FootNoteNumberStringFormatProperty static Identifies the DXRichEditMhtDocumentExporterOptions.FootNoteNumberStringFormat dependency property.
HtmlNumberingListExportFormatProperty static Identifies the DXRichEditMhtDocumentExporterOptions.HtmlNumberingListExportFormat dependency property.
IgnoreHangingIndentOnNumberingListProperty static Identifies the DXRichEditMhtDocumentExporterOptions.IgnoreHangingIndentOnNumberingList dependency property.
IgnoreParagraphOutlineLevelProperty static Identifies the DXRichEditMhtDocumentExporterOptions.IgnoreParagraphOutlineLevel dependency property.
KeepExternalImageSizeProperty static Identifies the DXRichEditMhtDocumentExporterOptions.KeepExternalImageSize dependency property.
KeepLineSpacingProperty static Identifies the DXRichEditMhtDocumentExporterOptions.KeepLineSpacing dependency property.
OverrideImageResolutionProperty static Identifies the DXRichEditMhtDocumentExporterOptions.OverrideImageResolution dependency property.
TabMarkerProperty static Identifies the DXRichEditMhtDocumentExporterOptions.TabMarker dependency property.
TargetUriProperty static Identifies the DXRichEditMhtDocumentExporterOptions.TargetUri dependency property.
UnderlineTocHyperlinksProperty static Identifies the DXRichEditMhtDocumentExporterOptions.UnderlineTocHyperlinks dependency property.
UriExportTypeProperty static Identifies the DXRichEditMhtDocumentExporterOptions.UriExportType dependency property.
UseFontSubstitutionProperty static Identifies the DXRichEditMhtDocumentExporterOptions.UseFontSubstitution dependency property.
UseHtml5Property static Identifies the DXRichEditMhtDocumentExporterOptions.UseHtml5 dependency property.

Properties

Name Description
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.
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.
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