'Declaration
Public Overloads Function ConvertFromDocument( _ ByVal doc As C1Document _ ) As String
public string ConvertFromDocument( C1Document doc )
Parameters
- doc
- C1Document to convert into a string.
Return Value
A string containing an HTML representation of the document.