|  | 
| HtmlToPdfOptionsStartupMode Property  | 
 
            Use this property to specify how the conversion starts.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic HtmlToPdfStartupMode StartupMode { get; set; }Public Property StartupMode As HtmlToPdfStartupMode
	Get
	Set
Property Value
Type: 
HtmlToPdfStartupMode Remarks
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
See Also