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