C1.Silverlight.RichTextBox.5
ConvertToDocument Method (RtfFilter)

String containing the RTF document.
Parses an RTF string into a C1Document.
Syntax
'Declaration
 
Public Function ConvertToDocument( _
   ByVal rtf As System.String _
) As C1Document
public C1Document ConvertToDocument( 
   System.string rtf
)

Parameters

rtf
String containing the RTF document.

Return Value

A C1Document that represents the given string.
See Also

Reference

RtfFilter Class
RtfFilter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.