DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / GcHtmlRenderer Constructor / GcHtmlRenderer Constructor(Uri)
The URI specifying the source HTML page.

In This Topic
GcHtmlRenderer Constructor(Uri)
In This Topic
Initializes a new instance of GcHtmlRenderer from System.Uri.
Syntax
'Declaration
 
Public Function New( _
   ByVal htmlUri As System.Uri _
)
 

Parameters

htmlUri
The URI specifying the source HTML page.
See Also