# File lib/pdf/writer.rb, line 571
571:   def margins_in(top, left = top, bottom = top, right = left)
572:     margins_pt(in2pts(top), in2pts(left), in2pts(bottom), in2pts(right))
573:   end