Skip to main content

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.v23.2.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