Skip to main content

PlainTextDocumentImporterOptions() Constructor

Initializes a new instance of the PlainTextDocumentImporterOptions class with the default settings.

Namespace: DevExpress.XtraRichEdit.Import

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public PlainTextDocumentImporterOptions()

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