Click or drag to resize

PdfPagesAddClone Method

Adds the clone of the specified PdfPage to the PdfPages.

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

Parameters

source  PdfPage
The PdfPage whose clone should be added to the PdfPages.

Return Value

PdfPage
Clone of the specified PdfPage added to the PdfPages.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is .
See Also