|
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; }
Public Property StartupMode As HtmlToPdfStartupMode
Get
Set
Property Value
Type:
HtmlToPdfStartupModeRemarks
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