PdfCrossReferenceTableTransitiveClosure Method (PdfObject, Int32)Terminal Works - PDF Printing.Net Library
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.

Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfReference[] TransitiveClosure(
	PdfObject pdfObject,
	int depth
)

Parameters

pdfObject
Type: PdfEdit.PdfPdfObject
depth
Type: SystemInt32

Return Value

Type: PdfReference
See Also

Reference