PdfCrossReferenceTableTransitiveClosure Method (PdfObject)Terminal Works - PDF Printing.Net Library
Calculates the transitive closure of the specified PdfObject, i.e. all indirect objects recursively reachable from the specified object.

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

public PdfReference[] TransitiveClosure(
	PdfObject pdfObject
)

Parameters

pdfObject
Type: PdfEdit.PdfPdfObject

Return Value

Type: PdfReference
See Also

Reference