Method: PDF::Reader::ObjectHash#size

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

#sizeObject Also known as: length

return the number of objects in the file. An object with multiple generations is counted once.



152
153
154
# File 'lib/pdf/reader/object_hash.rb', line 152

def size
  xref.size
end