Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / GetDownloadedPath Method
Whether to download the browser if it doesn't exist in the destination folder.

In This Topic
    GetDownloadedPath Method
    In This Topic
    Downloads the browser, if necessary, and returns a path to Chromium executable.
    Syntax
    'Declaration
     
    Public Function GetDownloadedPath( _
       Optional ByVal downloadIfNotExists As System.Boolean _
    ) As System.String
    public System.string GetDownloadedPath( 
       System.bool downloadIfNotExists
    )

    Parameters

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

    Return Value

    A path to Chromium executable or a null reference (Nothing in Visual Basic) if the browser is not downloaded.
    See Also