Class PDF::Reader::Reference
In: lib/pdf/reader/reference.rb
Parent: Object

An internal PDF::Reader class that represents an indirect reference to a PDF Object

Methods

==   eql?   new   to_a   to_i  

Attributes

gen  [R] 
id  [R] 

Public Class methods

Create a new Reference to an object with the specified id and revision number

Public Instance methods

eql?(obj)

Alias for #==

returns the current Reference object in an array with a single element

returns the ID of this reference. Use with caution, ignores the generation id

[Validate]