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

IDocumentInfo Interface

Declares members that store information about an office document and allow to operate it on the server (close or save a copy).

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v21.1.dll

NuGet Package: DevExpress.Web

Declaration

public interface IDocumentInfo

The following members return IDocumentInfo objects:

Remarks

The IDocumentInfo interface is implemented by the RichEditDocumentInfo and SpreadsheetDocumentInfo classes.

See Also