Completed
Last Updated: 05 Mar 2012 03:36 by Svetlin
Svetlin
Created on: 05 Mar 2012 03:36
Category:
Type: Bug Report
2
FIX. Html Export of RadRichTextBox exports all spans with empty font-style.
Html Export of RadRichTextBox exports all spans with empty font-style when the following export settings are used:

HtmlFormatProvider provider = new HtmlFormatProvider();
HtmlExportSettings exportSettings = new HtmlExportSettings { DocumentExportLevel = DocumentExportLevel.Fragment, StylesExportMode = StylesExportMode.Inline };
provider.ExportSettings = exportSettings;
string result = provider.Export(this.radRichTextBox1.Document);
0 comments