DXRichEditMhtDocumentImporterOptions Properties
Provides options for importing the document in MHT format.
Name | Description |
---|---|
Async |
Gets or sets whether images are loaded synchronously or asynchronously when importing an MHT document. This is a dependency property. |
Auto |
Gets or sets whether to enable the auto-detection of the charset of the MHT file. This is a dependency property. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Encoding | Gets or sets the encoding used to interpret characters in the document. This is a dependency property. |
Font |
Gets or sets the DPI value that will be used to scale fonts on high DPI settings. This is a dependency property. |
Ignore |
Specifies whether to ignore the “float” setting of MHT elements in the imported document. This is a dependency property. |
Ignore |
Gets or sets whether to ignore media rules on MHT import. This is a dependency property. |
Ignore |
Gets or sets whether to ignore the character encoding specified in the META element. This is a dependency property. |
Image |
Gets or sets the DPI value used to scale images on high DPI settings. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Replace |
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