TriggeringMode Enumeration
This enumeration represents the possible modes to trigger the conversion of a HTML document
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.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
|