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. : () -> Integer
428 429 430 |
# File 'lib/pdf/reader/object_hash.rb', line 428 def size xref.size end |