Skip to main content
A newer version of this page is available. .

BeforeExportEventArgs(DocumentFormat, IExporterOptions, DocumentCustomProperties) Constructor

Creates a new BeforeExportEventArgs object with the specified settings.

Namespace: DevExpress.XtraRichEdit

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

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