# File lib/pdf/writer.rb, line 561
561:   def margins_mm(top, left = top, bottom = top, right = left)
562:     margins_pt(mm2pts(top), mm2pts(left), mm2pts(bottom), mm2pts(right))
563:   end