Click or drag to resize

PdfPagesInsert Method

Adds a new empty 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 Insert(
	int index
)

Parameters

index  Int32
The zero-based index at which PdfPage should be inserted.

Return Value

PdfPage
The PdfPage inserted to the PdfPages.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or greater than Count.
See Also