PlainTextDocumentImporterOptions() Constructor
Initializes a new instance of the PlainTextDocumentImporterOptions class with the default settings.
Namespace: DevExpress.XtraRichEdit.Import
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Remarks
Generally you don’t need to manually create an instance of the PlainTextDocumentImporterOptions class. Handle the RichEditControl.BeforeImport or RichEditDocumentServer.BeforeImport event to get access to an instance of the PlainTextDocumentImporterOptions class.
See Also