Represents an indirect PDF object.
An object such as:
3 0 obj
<< /Type /Page >>
endobjhas an object ID, generation number and value.
Summary
Types
@type t() :: %PaperForge.Object{ generation: non_neg_integer(), id: pos_integer(), value: term() }
Functions
@spec new(pos_integer(), term()) :: t()