# File lib/prawn/document/destinations.rb, line 66
      def dest_fit_rect(left, bottom, right, top, page=current_page)
        [page, :FitR, left, bottom, right, top]
      end