HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.PdfIndirectObject Class Reference

Protected Attributes

int number
 
int generation = 0
 

Properties

PdfIndirectReference IndirectReference [get]
 

Detailed Description

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 also
PdfObject
PdfIndirectReference

Member Data Documentation

◆ generation

int iTextSharp.text.pdf.PdfIndirectObject.generation = 0
protected

the generation number

◆ number

int iTextSharp.text.pdf.PdfIndirectObject.number
protected

The object number

Property Documentation

◆ IndirectReference

PdfIndirectReference iTextSharp.text.pdf.PdfIndirectObject.IndirectReference
get

The documentation for this class was generated from the following file: