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