Class Origami::Catalog
In: sources/parser/catalog.rb
Parent: Dictionary

Class representing the Catalog Dictionary of a PDF file.

Methods

new  

Included Modules

Configurable

Public Class methods

[Source]

     # File sources/parser/catalog.rb, line 174
174:     def initialize(hash = {})
175:       set_indirect(true)
176: 
177:       super(hash)
178:     end

[Validate]