Method: Prawn::Document#margins

Defined in:
lib/prawn/document.rb

#margins{:left, :top, :right, :bottom => Number} (readonly)

Current page margins.

Returns:

  • ({:left, :top, :right, :bottom => Number})


113
114
115
# File 'lib/prawn/document.rb', line 113

def margins
  @margins
end