Table of Contents

Class PdfIndirectObject

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

PdfIndirectObject is the Pdf indirect object. An indirect object is an object that has been labeled so that it can be referenced by other objects. Any type of PdfObject may be labeled as an indirect object. An indirect object consists of an object identifier, a direct object, and the endobj keyword. The object identifier consists of an integer object number, an integer generation number, and the obj keyword. This object is described in the 'Portable Document Format Reference Manual version 1.3' section 4.10 (page 53). @see PdfObject @see PdfIndirectReference

public class PdfIndirectObject
Inheritance
PdfIndirectObject
Inherited Members

Fields

Generation

the generation number

protected int Generation

Field Value

int

Number

The object number

protected int Number

Field Value

int

Properties

IndirectReference

methods

public PdfIndirectReference IndirectReference { get; }

Property Value

PdfIndirectReference

a PdfIndirectReference