Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Classes
Cross-reference tables and streams

The cross-reference table contains information that permits random access to indirect objects within the file so that the entire file need not be read to locate any particular object. More...

Classes

class  XrefHandle
 Represents either cross-reference table or stream. More...
 
class  XrefIteratorHandle
 Represents pointer to cross-reference entry collection. More...
 
class  XrefEntryHandle
 Represents base entry type within XrefHandle. More...
 
class  XrefFreeEntryHandle
 Represents free entry within cross-reference section. More...
 
class  XrefUsedEntryHandle
 Represents used entry within cross-reference section. More...
 
class  XrefCompressedEntryHandle
 Represents compressed entry within cross-reference section. More...
 
class  XrefChainHandle
 Represents collection of XrefHandle. More...
 
class  XrefChainIteratorHandle
 Represents pointer to cross-reference collection. More...
 

Detailed Description

The cross-reference table contains information that permits random access to indirect objects within the file so that the entire file need not be read to locate any particular object.

Cross-reference streams provide the following advantages:

For more details please visit section 7.5.4 - Cross-Reference Table and section 7.5.8 - Cross-Reference Streams.