class HexaPDF::Type::Resources

def pattern(name)

If the dictionary is not found, an error is raised.

Returns the pattern dictionary stored under the given name.
def pattern(name)
  object_getter(:Pattern, name)
end