Defines options for encoding a C1Document as HTML.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public enum HtmlEncoding |
| Visual Basic |
|---|
Public Enumeration HtmlEncoding |
Members
| Member name | Description | |
|---|---|---|
| StyleSheet | Encodes the styles in an embedded style sheet. Generates classes for every style. | |
| Inline | Encodes the styles as style attributes in each HTML tag. |