The PdfCrossReferenceTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(PdfObject) |
Adds a PdfObject to the table.
| |
Add(PdfReference) |
Adds a cross reference entry to the table. Used when parsing the trailer.
| |
CheckConsistence |
Checks the logical consistence for debugging purposes (useful after reconstruction work).
| |
Contains |
Indicates whether the specified object identifier is in the table.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNewObjectNumber |
Returns the next free object number.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Removes object from object table.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
TransitiveClosure(PdfObject) |
Calculates the transitive closure of the specified PdfObject, i.e. all indirect objects
recursively reachable from the specified object.
| |
TransitiveClosure(PdfObject, Int32) |
Calculates the transitive closure of the specified PdfObject with the specified depth, i.e. all indirect objects
recursively reachable from the specified object in up to maximally depth steps.
|
See Also