OfficeDocumentBase<T>.SaveCopy Method
Name | Parameters | Description |
---|---|---|
SaveCopy() | none | Saves a document copy to a byte array. |
SaveCopy(Stream) | stream | Saves a document copy to the specified stream. |
SaveCopy(String) | filePath | Saves a document copy to the specified path. |