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

IImporterOptions Interface

Defines options for the document being imported.

Namespace: DevExpress.Office.Import

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

NuGet Package: DevExpress.Office.Core

Declaration

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