Method: PDF::Impose::Form.layout

Defined in:
lib/pdf/impose/form.rb

.layout(method = nil) ⇒ Object

method can be :pages or :signatures (the default), and determines what the numbers in the recto/verso layouts represent.



56
57
58
# File 'lib/pdf/impose/form.rb', line 56

def layout(method = nil)
  @layout = method || @layout
end