ASPxHtmlEditor.Export(HtmlEditorExportFormat, Boolean) Method
In This Article
Exports editor contents to the specified format, based on the provided settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void Export(
HtmlEditorExportFormat format,
bool saveAsFile
)
#Parameters
Name | Type | Description |
---|---|---|
format | Html |
One of the Html |
save |
Boolean |
|
#Remarks
DevExpress controls require the DevExpress.RichEdit.v24.2.Export.dll library to export their content to DOCX or RTF format.
See Also