RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / ConvertedTextElementEventArgs Class / HtmlNodes Property

In This Topic
    HtmlNodes Property (ConvertedTextElementEventArgs)
    In This Topic
    Gets the C1HtmlNodes that were created by the conversion.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HtmlNodes As IEnumerable(Of C1HtmlNode)
    public IEnumerable<C1HtmlNode> HtmlNodes {get;}
    See Also