[]
Parses an RTF string into a C1Document.
public C1Document ConvertToDocument(string rtf)
Type | Name | Description |
---|---|---|
string | rtf | String containing the RTF document. |
Type | Description |
---|---|
C1Document | A C1Document that represents the given string. |