Namespace UglyToad.PdfPig.CrossReference
Classes
- CrossReferenceTable
The cross-reference table contains information that enables random access to PDF objects within the file by object number so that specific objects can be located directly without having to scan the whole document. A PDF document may contain multiple cross reference tables, this class provides access to the merged result with the latest offset for each object. The offsets of the original cross reference tables or streams merged into this result are available in the CrossReferenceOffsets list.
- TrailerDictionary
Contains information for interpreting the cross-reference table.
Structs
- CrossReferenceTable.CrossReferenceOffset
The offset of a cross-reference table or stream in the document.
Enums
- CrossReferenceType
The type of a cross-reference section in a PDF document.