|
PdfHtmlSectionStartupMode Property
|
Use this property to specify how the conversion starts.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic HtmlToPdfStartupMode StartupMode { get; set; }Public Property StartupMode As HtmlToPdfStartupMode
Get
Set
Property Value
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