TriggeringMode Enumeration

This enumeration represents the possible modes to trigger the conversion of a HTML document

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public enum TriggeringMode

Members

Auto0 The conversion is starts automatically after the page was loaded in converter. Optionally a conversion delay can be specified. This is the default option
Manual1 The conversion will be triggered manually by a call from JavaScript to evoPdfConverter_startConversion() method available in a HTML document loaded in converter

See Also