Click or drag to resize

HtmlToPdfClientsetConversionDelay Method

Introduce a delay (in seconds) before the actual conversion to allow the web page to fully load.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setConversionDelay(
	int delay
)

Parameters

delay
Type: SystemInt32
Delay in seconds.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
Remarks
This method is an alias for setMinLoadTime. The default value is 1 second. Use a larger value if the web page has content that takes time to render when it is displayed in the browser.
See Also