IDocumentInfo Interface
Declares members to store information about an office document and to operate it on the server (to close or save a copy).
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return IDocumentInfo objects:
Remarks
The IDocumentInfo interface is implemented by the RichEditDocumentInfo and SpreadsheetDocumentInfo classes.
See Also