Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / TimeoutOptions Class / MaxLaunchTime Property

In This Topic
    MaxLaunchTime Property
    In This Topic
    Gets or sets the maximum time to wait for the browser instance to start, in milliseconds.

    Equals to 30000 ms by default. Set to 0 for unlimited launch time.

    Syntax
    'Declaration
     
    Public Property MaxLaunchTime As System.Integer
    public System.int MaxLaunchTime {get; set;}
    See Also