Method: PDF::Reader::Rectangle#width

Defined in:
lib/pdf/reader/rectangle.rb

#widthObject



50
51
52
# File 'lib/pdf/reader/rectangle.rb', line 50

def width
  bottom_right.x - bottom_left.x
end