Back to Devexpress

DXRichEditMhtDocumentExporterOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditmhtdocumentexporteroptions-dot-underscore-properties.md

latest8.1 KB
Original Source

DXRichEditMhtDocumentExporterOptions Properties

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

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CssPropertiesExportTypeGets or sets how the style sheets properties are exported. This is a dependency property.
DefaultCharacterPropertiesExportToCssSpecifies whether the Document.DefaultCharacterProperties formatting is exported in an MHT style sheet. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EncodingGets or sets the character encoding used in an exported document. This is a dependency property.
EndNoteNamePrefixGets or sets the string used to construct the name of the endnote reference in an exported document. This is a dependency property.
EndNoteNumberStringFormatGets 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.
ExportedDocumentPropertiesGets or sets the document properties being exported. This is a dependency property.
ExportImageSizeGets or sets how the current image size is preserved in the resulting MHT output. This is a dependency property.
ExportListItemStyleGets or sets whether to disable implicitly writing font settings into <li> tags when exporting a document to the MHT format.
ExportRootTagGets or sets the root tag of the MHT document to start the export. This is a dependency property.
FontUnitGets or sets the measurement unit to set the font size when exporting to MHT format. This is a dependency property.
FootNoteNamePrefixGets or sets the string used to construct the name of the footnote reference in an exported document. This is a dependency property.
FootNoteNumberStringFormatGets 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.
HtmlNumberingListExportFormatGets or sets how lists are represented in the resulting document. This is a dependency property.
IgnoreHangingIndentOnNumberingListGets or sets whether to ignore the paragraph’s hanging indent value when exporting the numbering and bulleted lists to MHT as plain text.
IgnoreParagraphOutlineLevelGets or sets whether paragraphs with different Paragraph.OutlineLevel values are exported as text enclosed in the <P> tag. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
KeepExternalImageSizeFixes incorrect export of images in metafile formats. This is a dependency property.
KeepLineSpacingGets or sets whether the Paragraph.LineSpacing setting is exported in MHT. This is a dependency property.
OverrideImageResolutionGets or sets the graphics resolution used to save images when a document is exported in MHT format. This is a dependency property.
TabMarkerGets 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.
TargetUriGets or sets the URI of the document being exported. This is a dependency property.
UnderlineTocHyperlinksGets or sets whether the Table of Contents entries are underlined in a document exported to MHT format. This is a dependency property.
UriExportTypeGets or sets how the links to external content are saved in the exported document. This is a dependency property.
UseFontSubstitutionGets or sets whether missing fonts are substituted. This is a dependency property.
UseHtml5Gets or sets whether the exported MHT conforms to the HTML5 specification. This is a dependency property.

See Also

DXRichEditMhtDocumentExporterOptions Class

DXRichEditMhtDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace