Class: SelectPdf::StartupMode

Inherits:
Object
  • Object
show all
Defined in:
lib/selectpdf.rb

Overview

Specifies the converter startup mode.

Constant Summary collapse

AUTOMATIC =

The conversion starts right after the page loads.

'Automatic'
MANUAL =

The conversion starts only when called from JavaScript.

'Manual'