Click or drag to resize

PdfPagesInsertClone Method

Inserts the clone of the specified PdfPage to the PdfPages at the specified index.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPage InsertClone(
	int index,
	PdfPage source
)

Parameters

index  Int32
The zero-based index at which clone of the PdfPage should be inserted.
source  PdfPage
The PdfPage whose clone should be inserted to the PdfPages.

Return Value

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