PdfInternalsGetClosure Method (PdfObject, Int32)Terminal Works - PDF Printing.Net Library
Returns an array containing the specified object as first element follows by its transitive closure limited by the specified number of iterations.

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

public PdfObject[] GetClosure(
	PdfObject obj,
	int depth
)

Parameters

obj
Type: PdfEdit.PdfPdfObject
depth
Type: SystemInt32

Return Value

Type: PdfObject
See Also

Reference