Table of Contents

Class PdfIndirectReference

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

PdfIndirectReference contains a reference to a PdfIndirectObject . Any object used as an element of an array or as a value in a dictionary may be specified by either a direct object of an indirect reference. An indirect reference is a reference to an indirect object, and consists of the indirect object's object number, generation number and the R keyword. This object is described in the 'Portable Document Format Reference Manual version 1.3' section 4.11 (page 54). @see PdfObject @see PdfIndirectObject

public class PdfIndirectReference : PdfObject
Inheritance
PdfIndirectReference
Derived
Inherited Members

Constructors

PdfIndirectReference()

protected PdfIndirectReference()

Fields

generation

membervariables

protected int generation

Field Value

int

number

the object number

protected int number

Field Value

int

Properties

Generation

public int Generation { get; }

Property Value

int

Number

public int Number { get; }

Property Value

int

Methods

ToString()

Returns the generation of the object.

public override string ToString()

Returns

string

a number.