TriggeringMode Enumeration
This enumeration represents the possible modes to trigger the conversion of a HTML document
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.0
public enum TriggeringMode
| Auto | 0 |
The conversion is starts automatically after the page was loaded in converter. Optionally a conversion delay can be specified.
This is the default option
|
| Manual | 1 |
The conversion will be triggered manually by a call from JavaScript to evoPdfConverter_startConversion() method
available in a HTML document loaded in converter
|