Click or drag to resize

HtmlToPdfClientsetStartupMode Method

Set converter startup mode. The default value is StartupMode.Automatic and the conversion is started immediately.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setStartupMode(
	StartupMode startupMode
)

Parameters

startupMode
Type: SelectPdf.ApiStartupMode
Converter startup mode.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
Remarks
By default this is set to Automatic and the conversion is started as soon as the page loads (and conversion delay set with setConversionDelay(Int32) elapses). If set to Manual, the conversion is started only by a javascript call to SelectPdf.startConversion() from within the web page.
See Also