IDocumentInfo Members
Declares members to store information about an 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 to a byte array. |
| SaveCopy(Stream) | Saves a document copy to a stream. |
| SaveCopy(String) | Saves a document copy to a target file. |
See Also