Back to Devexpress

DXRichEditHtmlDocumentImporterOptions Properties

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

latest4.5 KB
Original Source

DXRichEditHtmlDocumentImporterOptions Properties

Provides options for importing the document in HTML format.

NameDescription
AsyncImageLoadingGets or sets whether images are loaded synchronously or asynchronously when importing an HTML document. This is a dependency property.
AutoDetectEncodingGets or sets whether to enable the auto-detection of the charset of the HTML file. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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 encoding used to interpret characters in the document. This is a dependency property.
FontScalingDpiValueGets or sets the DPI value that will be used to scale fonts on high DPI settings. This is a dependency property.
IgnoreFloatPropertySpecifies whether to ignore the “float” setting of HTML elements in the imported document. This is a dependency property.
IgnoreMediaQueriesGets or sets whether to ignore media rules on HTML import. This is a dependency property.
IgnoreMetaCharsetGets or sets whether to ignore the character encoding specified in the META element. This is a dependency property.
ImageScalingDpiGets or sets the DPI value used to scale images on high DPI settings.
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.
ReplaceSpaceWithNonBreakingSpaceInsidePreGets or sets whether to replace all white space characters inside the “pre” tag with non-breaking spaces. This is a dependency property.
SourceUriGets or sets the base URI for the external content of the document. This is a dependency property.

See Also

DXRichEditHtmlDocumentImporterOptions Class

DXRichEditHtmlDocumentImporterOptions Members

DevExpress.Xpf.RichEdit Namespace