DXRichEditPlainTextDocumentImporterOptions Properties
Provides options used for loading (importing) the plain text document.| Name | Description |
|---|---|
| AutoDetectEncoding | Gets or sets whether to determine the loaded document encoding automatically. This is a dependency property. |
| Encoding | Gets or sets the encoding used to interpret characters in the document. This is a dependency property. |
| SourceUri | Gets or sets the base URI for the external content of the document. This is a dependency property. |
See Also