Back to Devexpress

ASPxHtmlEditor.Export Method

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-dot-export.md

latest1.1 KB
Original Source

ASPxHtmlEditor.Export Method

NameParametersDescription
Export(HtmlEditorExportFormat, Boolean)format, saveAsFileExports editor contents to the specified format, based on the provided settings.
Export(HtmlEditorExportFormat, Stream)format, outputStreamExports editor contents to the specified format, based on the provided settings.
Export(HtmlEditorExportFormat, String)format, fileNameExports editor contents to the specified format, based on the provided settings.
Export(HtmlEditorExportFormat)formatExports editor contents to the specified format.