Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / HtmlFilter Class / GetHtmlPlainText Method
Field that owns the text.
Text to encode.

In This Topic
    GetHtmlPlainText Method (HtmlFilter)
    In This Topic
    Gets a plain text version of an RTF string.
    Syntax
    'Declaration
     
    Protected Function GetHtmlPlainText( _
       ByVal field As Field, _
       ByVal text As String _
    ) As String
    protected string GetHtmlPlainText( 
       Field field,
       string text
    )

    Parameters

    field
    Field that owns the text.
    text
    Text to encode.

    Return Value

    An plain text version of the RTF string.
    See Also