# GrapeCity.Documents.Html.TimeoutOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Html_TimeoutOptions" data-uid="GrapeCity.Documents.Html.TimeoutOptions" class="text-break">TimeoutOptions Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the maximum duration for various browser operations.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">TimeoutOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Html.html">GrapeCity.Documents.Html</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Html.dll</h6>
  <h5 id="GrapeCity_Documents_Html_TimeoutOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TimeoutOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TimeoutOptions</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Html_TimeoutOptions__ctor" data-uid="GrapeCity.Documents.Html.TimeoutOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Html.TimeoutOptions.-ctor.html#GrapeCity_Documents_Html_TimeoutOptions__ctor">TimeoutOptions()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Html_TimeoutOptions_MaxCloseTime" data-uid="GrapeCity.Documents.Html.TimeoutOptions.MaxCloseTime">
          <a class="xref" href="GrapeCity.Documents.Html.TimeoutOptions.MaxCloseTime.html#GrapeCity_Documents_Html_TimeoutOptions_MaxCloseTime">MaxCloseTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum time for the browser process to exit gracefully, in milliseconds.</p>
<p>Equals to 10000 ms by default. Set to 0 for killing the process immediately.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_TimeoutOptions_MaxLaunchTime" data-uid="GrapeCity.Documents.Html.TimeoutOptions.MaxLaunchTime">
          <a class="xref" href="GrapeCity.Documents.Html.TimeoutOptions.MaxLaunchTime.html#GrapeCity_Documents_Html_TimeoutOptions_MaxLaunchTime">MaxLaunchTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum time to wait for the browser instance to start, in milliseconds.</p>
<p>Equals to 30000 ms by default. Set to 0 for unlimited launch time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_TimeoutOptions_MaxNavigationTime" data-uid="GrapeCity.Documents.Html.TimeoutOptions.MaxNavigationTime">
          <a class="xref" href="GrapeCity.Documents.Html.TimeoutOptions.MaxNavigationTime.html#GrapeCity_Documents_Html_TimeoutOptions_MaxNavigationTime">MaxNavigationTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum navigation time, in milliseconds.</p>
<p>Equals to 90000 ms by default. Set to 0 for unlimited navigation time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_TimeoutOptions_MaxPdfCaptureTime" data-uid="GrapeCity.Documents.Html.TimeoutOptions.MaxPdfCaptureTime">
          <a class="xref" href="GrapeCity.Documents.Html.TimeoutOptions.MaxPdfCaptureTime.html#GrapeCity_Documents_Html_TimeoutOptions_MaxPdfCaptureTime">MaxPdfCaptureTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum duration of a PDF capture operation, in milliseconds.</p>
<p>Equals to 20000 ms by default. Set to 0 for unlimited duration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_TimeoutOptions_MaxScreenshotCaptureTime" data-uid="GrapeCity.Documents.Html.TimeoutOptions.MaxScreenshotCaptureTime">
          <a class="xref" href="GrapeCity.Documents.Html.TimeoutOptions.MaxScreenshotCaptureTime.html#GrapeCity_Documents_Html_TimeoutOptions_MaxScreenshotCaptureTime">MaxScreenshotCaptureTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum duration of a screenshot capture operation, in milliseconds.</p>
<p>Equals to 20000 ms by default. Set to 0 for unlimited duration.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
