TriggeringMode Enumeration
This enumeration represents the possible modes to trigger the conversion of a HTML document
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public enum TriggeringMode
Public Enumeration TriggeringMode
Auto | 0 |
The conversion is starts automatically after the page was loaded in converter. This is the default option
|
ConversionDelay | 1 |
The converter will delay the conversion after the page was loaded in converter with the amount of time given by the ConversionDelay property
of the HtmlToPdfConverter or HtmlToImageConverter classes
|
Manual | 2 |
The conversion will be triggered manually by a call from JavaScript to evoPdfConverter.startConversion() method
available in a HTML document loaded in converter
|