ASPxHtmlEditor.Export(HtmlEditorExportFormat, String) Method
Exports editor contents to the specified format, based on the provided settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
format | HtmlEditorExportFormat | One of the HtmlEditorExportFormat enumeration values specifying the exported document format. |
fileName | String | A string value specifying the exported file's name. |
Remarks
DevExpress controls require the DevExpress.RichEdit.v24.1.Export.dll library to export their content to DOCX or RTF format.
See Also