Method: PDF::Reader::ObjectHash#size
- Defined in:
- lib/pdf/reader/object_hash.rb
#size ⇒ Object Also known as: length
return the number of objects in the file. An object with multiple generations is counted once.
386 387 388 |
# File 'lib/pdf/reader/object_hash.rb', line 386 def size xref.size end |