Method: PDF::Reader::Resources#properties
- Defined in:
- lib/pdf/reader/resources.rb
#properties ⇒ Object
Returns a Hash of properties sets that are available to this page
NOTE: this method de-serialise objects from the underlying PDF
with no caching. You will want to cache the results instead
of calling it over and over.
: () -> Hash[Symbol, untyped]
81 82 83 |
# File 'lib/pdf/reader/resources.rb', line 81 def properties @objects.deref_hash!(@resources[:Properties]) || {} end |