Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlBrowser Class / GcHtmlBrowser Constructor
Path to a Chrome, Edge, or Chromium executable to run.
Options for launching the browser.

In This Topic
    GcHtmlBrowser Constructor
    In This Topic
    Initializes a new instance of the GcHtmlBrowser class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal executablePath As System.String, _
       Optional ByVal launchOptions As LaunchOptions _
    )
    public GcHtmlBrowser( 
       System.string executablePath,
       LaunchOptions launchOptions
    )

    Parameters

    executablePath
    Path to a Chrome, Edge, or Chromium executable to run.
    launchOptions
    Options for launching the browser.
    See Also