PageCollectionInsert Method (Int32, Page)
Inserts page into page collection at specified place.

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

Parameters

pageNumber
Type: SystemInt32
Required page index in collection.
entity
Type: Aspose.PdfPage
Page to be inserted.

Return Value

Type: Page
Inserted page.
See Also