class PDF::Reader::PageLayout

def row_multiplier

def row_multiplier
  @row_multiplier ||= @page_height.to_f / row_count.to_f
end