Click or drag to resize

PdfPageObjectCollectionInsertPages Method

Adds a new empty PdfPages to the PdfPageObjectCollection at the specified index.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPages InsertPages(
	int index
)

Parameters

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

Return Value

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