![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
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 |
The cross-reference table contains information that permits random access to indirect objects within the file. More... | |
class | XrefIteratorHandle |
A pointer to XrefEntryHandle within XrefHandle collection. More... | |
class | XrefEntryHandle |
Cross-reference entry represents item 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 |
An ordered collection of all XrefHandle within the PDF file. More... | |
class | XrefChainIteratorHandle |
A pointer to XrefHandle within XrefChainHandle collection. More... | |
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.