Represents an indirect reference to a PDF object.
A reference such as 3 0 R points to the indirect object
identified by object number 3 and generation 0.
Summary
Types
@type t() :: %PaperForge.Reference{ generation: non_neg_integer(), object_id: pos_integer() }
Functions
@spec new(pos_integer()) :: t()
@spec new(pos_integer(), non_neg_integer()) :: t()