TriggeringMode Enumeration

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.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