HiQPdf Documentation

PdfDocumentAddPageAtIndex Method (Int32, PdfPage)

Quickly Create High Quality PDFs
Adds an existing page at the given index. The first page index is 0. When the page is from another document that document must remain open until this document is saved

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AddPageAtIndex(
	int index,
	PdfPage page
)

Parameters

index
Type: SystemInt32
The index where to add the page
page
Type: HiQPdfPdfPage
The page to add
See Also

Reference