Document Solutions for Imaging
DS.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / GetSystemChromePath Method

In This Topic
    GetSystemChromePath Method
    In This Topic
    Gets the path to the Google Chrome browser executable installed in the operating system.
    Syntax
    'Declaration
     
    Public Shared Function GetSystemChromePath() As System.String
    public static System.string GetSystemChromePath()

    Return Value

    The path to the browser executable, or a null reference (Nothing in Visual Basic) if the browser was not found.
    See Also