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.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax Public Enumeration StartupMode
Members
| Member name | Value | Description |
---|
| Automatic | 0 |
The conversion starts right after the page load
|
| Manual | 1 |
The conversion starts only when called from JavaScript
|
See Also