Skip to main content

ASPxHtmlEditor.Export(HtmlEditorExportFormat, Stream) Method

Exports editor contents to the specified format, based on the provided settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Export(
    HtmlEditorExportFormat format,
    Stream outputStream
)

Parameters

Name Type Description
format HtmlEditorExportFormat

One of the HtmlEditorExportFormat enumeration values specifying the exported document format.

outputStream Stream

A Stream object to which the editor content is exported.

Remarks

DevExpress controls require the DevExpress.RichEdit.v23.2.Export.dll library to export their content to DOCX or RTF format.

See Also