[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.GcHtmlRenderer.-ctor

GcHtmlRenderer Constructor

GcHtmlRenderer(Uri)

Initializes a new instance of GcHtmlRenderer from System.Uri.

Declaration
public GcHtmlRenderer(Uri htmlUri)
Public Sub New(htmlUri As Uri)
Parameters
Type Name Description
Uri htmlUri

The URI specifying the source HTML page.

GcHtmlRenderer(string)

Initializes a new instance of GcHtmlRenderer from HTML string.

Declaration
public GcHtmlRenderer(string html)
Public Sub New(html As String)
Parameters
Type Name Description
string html

The HTML string to render.