Struct IndirectReference
Used to uniquely identify and refer to objects in the PDF file.
public struct IndirectReference
- Inherited Members
Constructors
IndirectReference(long, int)
Create a new IndirectReference
public IndirectReference(long objectNumber, int generation)
Parameters
Properties
Generation
A non-negative integer generation number which starts as 0 and increases if the file is updated incrementally.
public readonly int Generation { get; }
Property Value
ObjectNumber
A positive integer object number.
public readonly long ObjectNumber { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()