RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / RtfFilter Class / ConvertFromDocument Method
C1Document to convert into an RTF string.

In This Topic
    ConvertFromDocument Method (RtfFilter)
    In This Topic
    Creates a string representation of a C1Document.
    Syntax
    'Declaration
     
    
    Public Function ConvertFromDocument( _
       ByVal doc As C1Document _
    ) As String
    public string ConvertFromDocument( 
       C1Document doc
    )

    Parameters

    doc
    C1Document to convert into an RTF string.

    Return Value

    A string containing an RTF representation of the document.
    See Also