Overload List
| Name | Description | |
|---|---|---|
| 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