# File ../lib/fox/iterators.rb, line 247
    def beginPrint(job) # :yields: theDC
      beginPrint0(job)
      if block_given?
        begin
          yield self
        ensure
          endPrint
        end
      end
    end