# File lib/pdf/writer.rb, line 659
659:   def bleed_box(x0, y0, x1, y1)
660:     @pages.bleed_box = [ x0, y0, x1, y1 ]
661:   end