ConversionOptions.DefaultPageLoadTimeout Property
Gets or sets a default timeout value for completion of navigating to a URI or loading a HTML string in milliseconds. The task will be cancelled when the timeout occurs before CancelToken .
public static int DefaultPageLoadTimeout { get; set; }
Public Shared Property DefaultPageLoadTimeout As Int32
Property Value
Licensing Info
This property is a DynamicPDF HTML Converter feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF HTML Converter for .NET v2.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Remarks
Until set explicitely, it is defined as a fixed fraction of DefaultConversionTimeout . It is simpler to use DefaultConversionTimeout unless you explicitely need to fine tune the performance.