HtmlToPdfClientsetMinLoadTime 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 setMinLoadTime(
int minLoadTime
)
Public Function setMinLoadTime (
minLoadTime As Integer
) As HtmlToPdfClient
Parameters
- minLoadTime
- Type: SystemInt32
Delay in seconds.
Return Value
Type:
HtmlToPdfClientReference to the current object.
Remarks
This method is an alias for setConversionDelay. 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