[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.RtfFilter.ConvertToDocument

ConvertToDocument Method

ConvertToDocument(string)

Parses an RTF string into a C1Document.

Declaration
public C1Document ConvertToDocument(string rtf)
Parameters
Type Name Description
string rtf

String containing the RTF document.

Returns
Type Description
C1Document

A C1Document that represents the given string.