Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / DestinationFolder Property

In This Topic
    DestinationFolder Property
    In This Topic
    Gets 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.

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