C1.Silverlight.RichTextBox.5
ConvertFromDocument(C1Document) Method

C1Document to convert into a string.
Creates a string representation of a C1Document.
Syntax
'Declaration
 
Public Overloads Function ConvertFromDocument( _
   ByVal doc As C1Document _
) As System.String
public System.string ConvertFromDocument( 
   C1Document doc
)

Parameters

doc
C1Document to convert into a string.

Return Value

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

Reference

HtmlFilter Class
HtmlFilter Members
Overload List

 

 


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