Skip to main content
A newer version of this page is available. .

ASPxHtmlEditor.Export(HtmlEditorExportFormat) Method

Exports editor contents to the specified format.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public void Export(
    HtmlEditorExportFormat format
)

Parameters

Name Type Description
format HtmlEditorExportFormat

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

See Also