Click or drag to resize

PdfIndirectObjectClone(Boolean) Method

Makes a deep clone of the PdfIndirectObject with optionally cloning descendant PdfIndirectObjects.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public PdfIndirectObject Clone(
	bool shallowIndirect
)

Parameters

shallowIndirect  Boolean
if set to true descendant PdfIndirectObjects won't be cloned.

Return Value

PdfIndirectObject
A deep clone of the PdfIndirectObject.
See Also