# File lib/prawn/layout/grid.rb, line 93
      def initialize(pdf, i, j)
        @pdf = pdf
        @i = i
        @j = j
      end