Skip to main content
.NET Framework 4.5.2+

IImporterOptions Interface

Defines options for the document being imported.

Namespace: DevExpress.Office.Import

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

NuGet Package: DevExpress.Office.Core

Declaration

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