Document Solutions for Imaging
GrapeCity.Documents.Html / 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 _
    )
    public GcHtmlRenderer( 
       System.Uri htmlUri
    )

    Parameters

    htmlUri
    The URI specifying the source HTML page.
    See Also