Click or drag to resize

StartupMode Enumeration

Specifies the converter startup mode. By default this is set to Automatic and the conversion is started as soon as the page loads (and ConversionDelay elapses). If set to Manual, the conversion is started only by a javascript call to ExpertPdfJSObj.startConversion()

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public enum StartupMode
Members
  Member nameValueDescription
Automatic0 The conversion starts right after the page load
Manual1 The conversion starts only when called from JavaScript
See Also