[]
Parses a string into a C1HtmlDocument.
public C1HtmlDocument ConvertToHtmlDocument(string html)
Type | Name | Description |
---|---|---|
string | html | String containing the HTML document. |
Type | Description |
---|---|
C1HtmlDocument | A C1HtmlDocument that represents the given string. |
Converts a C1Document to a C1HtmlDocument.
public C1HtmlDocument ConvertToHtmlDocument(C1Document doc, HtmlEncoding encoding)
Type | Name | Description |
---|---|---|
C1Document | doc | The C1Document to be converted. |
HtmlEncoding | encoding | The HtmlEncoding used to encode styles in the HTML document. |
Type | Description |
---|---|
C1HtmlDocument | A C1HtmlDocument that represents the given C1Document. |