HtmlEditorExtension.Export Method
Name | Parameters | Description |
---|---|---|
Export(HtmlEditorSettings, HtmlEditorExportFormat) static | settings, format | Exports editor contents to the specified format, based on the provided settings. |
Export(HtmlEditorSettings, HtmlEditorExportFormat, Boolean) static | settings, format, saveAsFile | Exports editor contents to the specified format, based on the provided settings. |
Export(HtmlEditorSettings, HtmlEditorExportFormat, String) static | settings, format, fileName | Exports editor contents to the specified format, based on the provided settings. |
Export(HtmlEditorSettings, Stream, HtmlEditorExportFormat) static | settings, outputStream, format | Exports editor contents to the specified format, based on the provided settings. |
Feedback