RichEditDocumentInfo.SaveCopy Method
Name | Parameters | Description |
---|---|---|
SaveCopy() | none | Saves a document copy using the specified settings. |
SaveCopy(DocumentFormat) | documentFormat | Saves a document copy using the specified settings. |
SaveCopy(Stream, DocumentFormat) | stream, documentFormat | Saves a document copy using the specified settings. |
SaveCopy(Stream) | stream | Saves a document copy using the specified settings. |
SaveCopy(String) | filePath | Saves a document copy using the specified settings |