Table of Contents

Enum ConversionStartMode

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

All conversion start modes supported by HtmlConverter.

public enum ConversionStartMode

Fields

AfterDelay = 1

Conversion should start after a delay.

AfterScriptRun = 2

Conversion should start after a script run.

OnLoad = 0

Conversion should start right after the loading is completed.