ConversionStartOptions Class

Defines when an HTML to PDF conversion starts.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.HtmlToPdf.ConversionStartOptions

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public class ConversionStartOptions
VB
Public Class ConversionStartOptions

The ConversionStartOptions type exposes the following members.

Constructors

  NameDescription
Public methodConversionStartOptions
Initializes a new instance of the ConversionStartOptions class

Properties

  NameDescription
Public propertyDelay
Gets the delay before the conversion start, in milliseconds.
Public propertyMode
Gets the start mode.
Public propertyScript
Gets the script to run before the conversion start.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetStartAfterDelay
Switches to the AfterDelay mode and sets the amount of the delay.
Public methodSetStartAfterScriptRun
Switches to the AfterScriptRun mode and sets the script to run.
Public methodSetStartOnLoad
Switches to the OnLoad mode.
Public methodToString (Inherited from Object.)

See Also