Click or drag to resize

PdfBasicContainerClone(Boolean) Method

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

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

Parameters

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

Return Value

PdfBasicContainer
A deep clone of the PdfBasicContainer.
See Also