Back to Devexpress

IExporterOptions Interface

officefileapi-devexpress-dot-office-dot-export-66987aee.md

latest1.2 KB
Original Source

IExporterOptions Interface

Defines options for the document being exported.

Namespace : DevExpress.Office.Export

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

NuGet Package : DevExpress.Office.Core

Declaration

csharp
[ComVisible(true)]
public interface IExporterOptions :
    ISupportsCopyFrom<IExporterOptions>
vb
<ComVisible(True)>
Public Interface IExporterOptions
    Inherits ISupportsCopyFrom(Of IExporterOptions)

The following members return IExporterOptions objects:

See Also

IExporterOptions Members

DevExpress.Office.Export Namespace