PlainTextDocumentImporterOptions Properties
Contains options used for loading (importing) the plain text document.Name | Description |
---|---|
AutoDetectEncoding | Gets or sets whether to enable the auto-detection of the loaded text encoding. |
Encoding | Gets or sets the encoding used to interpret characters in the document. |
SourceUri | Gets or sets the base URI for the external content of the document. Inherited from DocumentImporterOptions. |
UpdateField | Overrides the corresponding property of the base class to hide it. |
See Also