module FN::PDF::Node::FitPdiPage

Public Instance Methods

visit(struct, debug = false) click to toggle source
# File lib/fn/pdf/node/fit_pdi_page.rb, line 13
def visit(struct, debug = false)
  has_no_children
  struct.fit_pdi_page(struct[self[:page]], 0, struct[CURRENT_PAGE_HEIGHT], "")
end