Click or drag to resize

PdfDocumentClone Method

Makes a deep clone of this PdfDocument instance.

The clone and this PdfDocument do not share any objects, thus the cloned PdfDocument is a deep clone of this PdfDocument.


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfDocument Clone()

Return Value

PdfDocument
A deep clone of this PdfDocument instance.
See Also