Table of Contents

Class ConversionStartOptions

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

Defines when an HTML to PDF conversion starts.

public class ConversionStartOptions
Inheritance
ConversionStartOptions
Inherited Members

Constructors

ConversionStartOptions()

Properties

Delay

Gets the delay before the conversion start, in milliseconds.

Mode

Gets the start mode.

Script

Gets the script to run before the conversion start.

Methods

SetStartAfterDelay(int)

Switches to the AfterDelay mode and sets the amount of the delay.

SetStartAfterScriptRun(string)

Switches to the AfterScriptRun mode and sets the script to run.

SetStartOnLoad()

Switches to the OnLoad mode.