EVO HTML to PDF Converter

TriggeringMode Enumeration

EVO PDF Client for .NET Core Documentation
This enumeration represents the possible modes to trigger the conversion of a HTML document

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public enum TriggeringMode
Members

  Member nameValueDescription
Auto0 The conversion will start 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 HtmlToPdfConverter or HtmlToImageConverter 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

Reference