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

ASPxHtmlEditor.Export Method

Name Parameters Description
Export(HtmlEditorExportFormat, Boolean) format, saveAsFile Exports editor contents to the specified format, based on the provided settings.
Export(HtmlEditorExportFormat, Stream) format, outputStream Exports editor contents to the specified format, based on the provided settings.
Export(HtmlEditorExportFormat, String) format, fileName Exports editor contents to the specified format, based on the provided settings.
Export(HtmlEditorExportFormat) format Exports editor contents to the specified format.