IDocumentInfo Methods
Declares members to store information about an office document and to operate it on the server (to close or save a copy).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