Method: EideticPDF::PdfObjects::PdfResources#x_objects
- Defined in:
- lib/epdfo.rb
#x_objects ⇒ Object
705 706 707 708 |
# File 'lib/epdfo.rb', line 705 def x_objects @x_objects ||= PdfDictionary.new dictionary['XObject'] ||= @x_objects end |