HiQPdf Documentation

PdfPagesCollectionAddPage Method (PdfPage)

Quickly Create High Quality PDFs
Adds an existing page to the end of the collection. 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 int AddPage(
	PdfPage page
)

Parameters

page
Type: HiQPdfPdfPage
The page to add

Return Value

Type: Int32
The index at which the PDF page was added
See Also

Reference