Skip to main content

DXRichEditMhtDocumentImporterOptions Members

Provides options for importing the document in MHT format.

Constructors

Name Description
DXRichEditMhtDocumentImporterOptions() Initializes a new instance of the DXRichEditMhtDocumentImporterOptions class with the deafult settings.

Fields

Name Description
AsyncImageLoadingProperty static Identifies the DXRichEditMhtDocumentImporterOptions.AsyncImageLoading dependency property.
AutoDetectEncodingProperty static Identifies the DXRichEditMhtDocumentImporterOptions.AutoDetectEncoding dependency property.
EncodingProperty static Identifies the DXRichEditMhtDocumentImporterOptions.Encoding dependency property.
FontScalingDpiValueProperty static Identifies the DXRichEditMhtDocumentImporterOptions.FontScalingDpiValue dependency property.
IgnoreFloatPropertyProperty static Identifies the DXRichEditMhtDocumentImporterOptions.IgnoreFloatProperty dependency property.
IgnoreMediaQueriesProperty static Identifies the IgnoreMediaQueries dependency property.
IgnoreMetaCharsetProperty static Identifies the DXRichEditMhtDocumentImporterOptions.IgnoreMetaCharset dependency property.
ImageScalingDpiProperty static Identifies the ImageScalingDpi dependency property.
ReplaceSpaceWithNonBreakingSpaceInsidePreProperty static Identifies the DXRichEditMhtDocumentImporterOptions.ReplaceSpaceWithNonBreakingSpaceInsidePre dependency property.

Properties

Name Description
AsyncImageLoading Gets or sets whether images are loaded synchronously or asynchronously when importing an MHT document. This is a dependency property.
AutoDetectEncoding Gets or sets whether to enable the auto-detection of the charset of the MHT file. This is a dependency property.
Encoding Gets or sets the encoding used to interpret characters in the document. This is a dependency property.
FontScalingDpiValue Gets or sets the DPI value that will be used to scale fonts on high DPI settings. This is a dependency property.
IgnoreFloatProperty Specifies whether to ignore the “float” setting of MHT elements in the imported document. This is a dependency property.
IgnoreMediaQueries Gets or sets whether to ignore media rules on MHT import. This is a dependency property.
IgnoreMetaCharset Gets or sets whether to ignore the character encoding specified in the META element. This is a dependency property.
ImageScalingDpi Gets or sets the DPI value used to scale images on high DPI settings.
ReplaceSpaceWithNonBreakingSpaceInsidePre Gets or sets whether to replace all white space characters inside the “pre” tag with non-breaking spaces. This is a dependency property.
See Also