Skip to main content
A newer version of this page is available. .

DXRichEditDocumentImportOptions Properties

Provides options used for loading (importing) documents to different formats.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DocOptions Provides access to options specific for importing documents in Microsoft Word binary file format (MS Word 97 - 2003 .doc format). This is a dependency property.
EncryptionPassword Specifies a password used to unprotect a password-protected document during import.
FallbackFormat Gets or sets the format that is used if no distinct format can be specified or recognized. This is a dependency property.
HtmlOptions Provides access to options specific for importing documents in HTML format. This is a dependency property.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MhtOptions Provides access to options specific for importing documents in Mht (Web Archive) format. This is a dependency property.
OpenDocumentOptions Provides access to options specific for importing documents in OpenDocument text (.odt) format. This is a dependency property.
OpenXmlOptions Provides access to options specific for importing documents in OpenXml format (default MS Office 2007 format or .docx). This is a dependency property.
PlainTextOptions Provides access to options specific for importing documents in plain text format. This is a dependency property.
RtfOptions Provides access to options specific for importing documents in RTF format. This is a dependency property.
WordMLOptions Provides access to options specific for importing documents in WordML format. This is a dependency property.
See Also