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

BeforeExportEventArgs(DocumentFormat, IExporterOptions, DocumentCustomProperties) Constructor

Creates a new BeforeExportEventArgs object with the specified settings.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

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