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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public enum TriggeringMode
Visual Basic
Public Enumeration TriggeringMode
Visual C++
public enum class TriggeringMode

Members

Member nameValueDescription
Auto0 The conversion is starts automatically after the page was loaded in converter. This is the default option
ConversionDelay1 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 PdfConverter or ImgConverter classes
Manual2 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