Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlBrowser Class / NewPage Method / NewPage(Uri,PageOptions) Method
The target Uri.
Configuration options for the new page.

In This Topic
NewPage(Uri,PageOptions) Method
In This Topic
Creates a new page and navigates to a specified Uri.
Syntax
'Declaration
 
Public Overloads Function NewPage( _
   ByVal uri As System.Uri, _
   Optional ByVal pageOptions As PageOptions _
) As HtmlPage
 

Parameters

uri
The target Uri.
pageOptions
Configuration options for the new page.

Return Value

The created HtmlPage if navigation was successful, a null reference (Nothing in Visual Basic) otherwise.
See Also