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

IExporterOptions Interface

Defines options for the document being exported.

Namespace: DevExpress.Office.Export

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

NuGet Package: DevExpress.Office.Core

Declaration

[ComVisible(true)]
public interface IExporterOptions :
    ISupportsCopyFrom<IExporterOptions>
See Also