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

In This Topic
    TimeoutOptions Class Members
    In This Topic

    The following tables list the members exposed by TimeoutOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.

     
    Public PropertyGets 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.

     
    Public PropertyGets or sets the maximum navigation time, in milliseconds.

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

     
    Public PropertyGets or sets the maximum duration of a PDF capture operation, in milliseconds.

    Equals to 10000 ms by default. Set to 0 for unlimited duration.

     
    Public PropertyGets or sets the maximum duration of a screenshot capture operation, in milliseconds.

    Equals to 5000 ms by default. Set to 0 for unlimited duration.

     
    Top
    See Also