Class representing the Catalog Dictionary of a PDF file.
Creates a new Catalog.
[Source]
# File sources/parser/catalog.rb, line 178 178: def initialize(hash = {}, indirect = true) 179: 180: super(hash, indirect) 181: 182: end
[Validate]