Click or drag to resize

PdfPageObjectCollectionAddClone Method

Adds the clone of the specified PdfPageObject to the PdfPageObjectCollection.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPageObject AddClone(
	PdfPageObject source
)

Parameters

source  PdfPageObject
The PdfPageObject whose clone should be added to the PdfPageObjectCollection.

Return Value

PdfPageObject
Clone of the specified PdfPageObject added to the PdfPageObjectCollection.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is .
See Also