ComponentOne RichTextBox for WPF and Silverlight
ConvertFromDocument Method (RtfFilter)

C1.WPF.RichTextBox.Documents Namespace > RtfFilter Class : ConvertFromDocument Method
C1Document to convert into an RTF string.
Creates a string representation of a C1Document.
Syntax
'Declaration
 
Public Function ConvertFromDocument( _
   ByVal doc As C1Document _
) As System.String
public System.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

Reference

RtfFilter Class
RtfFilter Members