Click or drag to resize

PdfDictionaryClone(FuncPdfIndirectObject, PdfBasicObject) Method

Makes a deep clone of the PdfDictionary with parameter that controls the cloning of PdfIndirectObjects.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public PdfDictionary Clone(
	Func<PdfIndirectObject, PdfBasicObject> indirectObjectClone
)

Parameters

indirectObjectClone  FuncPdfIndirectObject, PdfBasicObject
A parameter that controls the cloning of PdfIndirectObjects.

Return Value

PdfDictionary
A deep clone of the PdfDictionary.
See Also