Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / BrowserDestinationFolder Property

In This Topic
    BrowserDestinationFolder Property
    In This Topic
    Gets or sets the destination folder for the Chromium downloads.

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

    Syntax
    'Declaration
     
    Public Shared Property BrowserDestinationFolder As System.String
    public static System.string BrowserDestinationFolder {get; set;}
    See Also