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

DocumentExporterOptions Class

Represents the base class for options used for saving (exporting) documents in different formats.

Namespace: DevExpress.XtraRichEdit.Export

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

Declaration

[ComVisible(true)]
public abstract class DocumentExporterOptions :
    RichEditNotificationOptions,
    IExporterOptions,
    ISupportsCopyFrom<IExporterOptions>

Implements

See Also