class PDF::Reader::Reference

def to_i

returns the ID of this reference. Use with caution, ignores the generation id
###############################################################################
def to_i
  self.id
end