'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.