Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / GcHtmlRenderer Constructor / GcHtmlRenderer Constructor(String)
The HTML string to render.

In This Topic
    GcHtmlRenderer Constructor(String)
    In This Topic
    Initializes a new instance of GcHtmlRenderer from HTML string.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal html As System.String _
    )
    public GcHtmlRenderer( 
       System.string html
    )

    Parameters

    html
    The HTML string to render.
    See Also