ASPxRichEdit.SaveCopy Method
| Name | Parameters | Description |
|---|---|---|
| SaveCopy(DocumentFormat) | format | Saves a copy of the active document in the specified format to a byte array. |
| SaveCopy(Stream, DocumentFormat) | stream, format | Saves a copy of the active document in the specified format to a stream. |
| SaveCopy(String) | documentPath | Saves a copy of the active document to a file system. |