[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.TimeoutOptions.MaxCloseTime

MaxCloseTime Property

MaxCloseTime

Gets or sets the maximum time for the browser process to exit gracefully, in milliseconds.

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

Declaration
public int MaxCloseTime { get; set; }
Public Property MaxCloseTime As Integer