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

In This Topic
    MaxNavigationTime Property
    In This Topic
    Gets or sets the maximum navigation time, in milliseconds.

    Equals to 90000 ms by default. Set to 0 for unlimited navigation time.

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