Method: EideticPDF::PdfObjects::PdfResources#x_objects

Defined in:
lib/epdfo.rb

#x_objectsObject



705
706
707
708
# File 'lib/epdfo.rb', line 705

def x_objects
  @x_objects ||= PdfDictionary.new
  dictionary['XObject'] ||= @x_objects
end