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

Int32

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.

See Also

ConversionOptions
ceTe.DynamicPDF.HtmlConverter

In this topic