Method: CombinePDF::Page_Methods#resources
- Defined in:
- lib/combine_pdf/page_methods.rb
#resources ⇒ Object
accessor (getter) for the :Resources element of the page
144 145 146 147 |
# File 'lib/combine_pdf/page_methods.rb', line 144 def resources self[:Resources] ||= {} self[:Resources][:referenced_object] || self[:Resources] end |