Click or drag to resize
Pdf Library for .NET

HtmlToImageStartupMode Property

Use this property to specify how the conversion starts.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public HtmlToPdfStartupMode StartupMode { get; set; }

Property Value

Type: HtmlToPdfStartupMode
Remarks
By default this is set to Automatic and the conversion is started as soon as the page loads (and MinPageLoadTime elapses). If set to Manual, the conversion is started only by a javascript call to SelectPdf.startConversion() from within the web page.
See Also