Click or drag to resize

PdfStreamClone(Boolean) Method

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

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

Parameters

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

Return Value

PdfStream
A deep clone of the PdfStream.
See Also