[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.RtfFilter.ConvertFromDocument

ConvertFromDocument Method

ConvertFromDocument(C1Document)

Creates a string representation of a C1Document.

Declaration
public string ConvertFromDocument(C1Document doc)
Parameters
Type Name Description
C1Document doc

C1Document to convert into an RTF string.

Returns
Type Description
string

A string containing an RTF representation of the document.