[]
Creates a string representation of a C1Document.
public string ConvertFromDocument(C1Document doc)
| Type | Name | Description |
|---|---|---|
| C1Document | doc | C1Document to convert into a string. |
| Type | Description |
|---|---|
| string | A string containing an HTML representation of the document. |
Creates a string representation of a C1Document.
public string ConvertFromDocument(C1Document doc, HtmlEncoding encoding)
| Type | Name | Description |
|---|---|---|
| C1Document | doc | C1Document to convert into a string. |
| HtmlEncoding | encoding | The HtmlEncoding used to encode styles in the HTML document. |
| Type | Description |
|---|---|
| string | A string containing an HTML representation of the document. |