DS.Documents.Html Assembly / 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 _
)
 

Parameters

html
The HTML string to render.
See Also