Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PlainTextDocumentImporterOptions Properties

Contains options used for loading (importing) the plain text document.
Name Description
AutoDetectEncoding Gets or sets whether the auto-detection of the loaded text encoding is enabled.
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