[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.BrowserFetcher.GetDownloadedPath

GetDownloadedPath Method

GetDownloadedPath(bool)

Downloads the browser, if necessary, and returns a path to Chromium executable.

Declaration
public string GetDownloadedPath(bool downloadIfNotExists = true)
Public Function GetDownloadedPath(Optional downloadIfNotExists As Boolean = True) As String
Parameters
Type Name Description
bool downloadIfNotExists

Whether to download the browser if it doesn't exist in the destination folder.

Returns
Type Description
string

A path to Chromium executable or null if the browser is not downloaded.