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