Method: HexaPDF::Content::Canvas#resources

Defined in:
lib/hexapdf/content/canvas.rb

#resourcesObject

Returns the resource dictionary of the context object.

See HexaPDF::Type::Resources



317
318
319
# File 'lib/hexapdf/content/canvas.rb', line 317

def resources
  @context.resources
end