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

In This Topic
    TimeoutOptions Property (PageOptions)
    In This Topic
    Gets or sets the timeout settings for page operations.

    If not set, the setting are derived from GcHtmlBrowser.TimeoutOptions.

    Syntax
    'Declaration
     
    Public Property TimeoutOptions As TimeoutOptions
    public TimeoutOptions TimeoutOptions {get; set;}
    See Also