class PDF::Reader::PageLayout

def col_multiplier

def col_multiplier
  @col_multiplier ||= page_width.to_f / col_count.to_f
end