Click or drag to resize

HtmlToPdfClientsetRenderOnTimeout Method

Try to render the PDF even in case of the web page loading timeout. The default value is False and an exception is raised in case of web page navigation timeout.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setRenderOnTimeout(
	bool renderOnTimeout
)

Parameters

renderOnTimeout
Type: SystemBoolean
Render in case of timeout or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also