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

In This Topic
    MaxCloseTime Property
    In This Topic
    Gets or sets the maximum time for the browser process to exit gracefully, in milliseconds.

    Equals to 5000 ms by default. Set to 0 for killing the process immediately.

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