ASPxRichEdit.SaveCopy(DocumentFormat) Method
Saves a document copy using the specified settings.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll
Declaration
public byte[] SaveCopy(
DocumentFormat format
)
Public Function SaveCopy(
format As DocumentFormat
) As Byte()
Parameters
Name | Type | Description |
---|---|---|
format | DocumentFormat | A DocumentFormat object specifying the document's format. |
Returns
Type | Description |
---|---|
Byte[] | An array of bytes where the document is saved to. |
Remarks
Use the SaveCopy method to save a copy of the RicchEdit's document to a byte array, specifying the document's format. This method just exports the document and does not affect the original document state (it does not initiate document synchronization, does not apply client changes to the document model, etc.).
See Also
Feedback