Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class
Properties Methods Events

In This Topic
    BrowserFetcher Class Members
    In This Topic

    The following tables list the members exposed by BrowserFetcher.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the BrowserFetcher class.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the default revision of Chromium browser to check or download.

    The value of this property is a subject to change in the future versions.

     
    Public PropertyGets or sets the destination folder for the downloads.

    If this property is not set, the downloads are stored to [root]/.local-chromium, where [root] is where the project binaries are located.

     
    Public PropertyGets or sets the browser platform. Defaults to the current platform.  
    Public PropertyGets or sets the specific Chromium revision to check or download.

    If this property is not set, the DefaultRevision is used.

     
    Public PropertyGets or sets the Proxy to be used by the WebClient.  
    Top
    Public Methods
     NameDescription
    Public MethodInitiates a HEAD request to check if the Chromium browser is available for download.  
    Public MethodDownloads the browser, if necessary, and returns a path to Chromium executable.  
    Public MethodGets the Url for downloading Chromium browser.  
    Public MethodReturns a list of all revisions for the selected Platform available locally on disk.  
    Public Methodstatic (Shared in Visual Basic)Gets the path to the Google Chrome browser executable installed in the operating system.  
    Public Methodstatic (Shared in Visual Basic)Gets the path to Microsoft Edge browser executable installed in the operating system.  
    Public MethodRemoves a downloaded revision for the selected Platform.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when an asynchronous download operation successfully transfers some or all of the data.  
    Top
    See Also