Document Solutions for PDF
DS.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlBrowser Class / NewPage Method / NewPage(String,PageOptions) Method
The HTML markup to set.
Configuration options for the new page.

In This Topic
    NewPage(String,PageOptions) Method
    In This Topic
    Creates a new page and assigns an HTML markup to the page.
    Syntax
    'Declaration
     
    Public Overloads Function NewPage( _
       ByVal html As System.String, _
       Optional ByVal pageOptions As PageOptions _
    ) As HtmlPage
    public HtmlPage NewPage( 
       System.string html,
       PageOptions pageOptions
    )

    Parameters

    html
    The HTML markup to set.
    pageOptions
    Configuration options for the new page.

    Return Value

    The created HtmlPage.
    See Also