BeforeExportEventArgs(DocumentFormat, IExporterOptions, DocumentCustomProperties) Constructor
Creates a new BeforeExportEventArgs object with the specified settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
public BeforeExportEventArgs(
DocumentFormat documentFormat,
IExporterOptions options,
DocumentCustomProperties customProperties
)
Parameters
Name | Type | Description |
---|---|---|
documentFormat | DocumentFormat | A DocumentFormat enumeration value that specifies the format of the document being exported. |
options | IExporterOptions | An IExporterOptions object that contains export options. |
customProperties | DocumentCustomProperties | A DocumentCustomProperties object that stores a document’s custom properties. |
See Also