class PDF::Inspector::XObject
def page=(page)
def page=(page) @page_xobjects << page.xobjects page.xobjects.each do |label, stream| @xobject_streams[label] = stream end end
def page=(page) @page_xobjects << page.xobjects page.xobjects.each do |label, stream| @xobject_streams[label] = stream end end