Click or drag to resize

StartupMode Enumeration

Specifies the converter startup mode.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public enum StartupMode
Members
  Member nameValueDescription
Automatic0 The conversion starts right after the page loads.
Manual1 The conversion starts only when called from JavaScript.
See Also