Method: MuPDF::Box#height

Defined in:
lib/mupdf/box.rb

#heightBigDecimal

Returns:

  • (BigDecimal)


69
70
71
# File 'lib/mupdf/box.rb', line 69

def height
  @t - @b
end