BeforeImportEventArgs(DocumentFormat, IImporterOptions) Constructor
Initializes a new instance of the BeforeImportEventArgs class with the specified values.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
documentFormat | DocumentFormat | A DocumentFormat enumeration value specifying the export format. |
options | IImporterOptions | An object exposing the DevExpress.XtraRichEdit.Export.IImporterOptions interface, such as the DocumentImporterOptions object and its descendants. |
See Also