PageCollectionInsert Method (Int32, Page)
Inserts pages of the array into document.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void Insert(
	int pageNumber,
	Page[] pages
)

Parameters

pageNumber
Type: SystemInt32
Starting number of the new pages.
pages
Type: Aspose.PdfPage
Array of pages which will be inserted.
See Also