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

IDocumentInfo Members

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

Properties

Name Description
DocumentId Gets the document’s unique identifier.
LastAccessTime Gets the last access time for the document.
LastModifyTime Gets the last modify time for the document.
Modified Gets a value indicating whether the current document was modified after it was opened.

Methods

Name Description
Close() Closes the document.
SaveCopy() Saves a document copy using the specified settings.
SaveCopy(Stream) Saves a document copy using the specified settings.
SaveCopy(String) Saves a document copy using the specified settings
See Also