HiQPdf Documentation

PdfDocumentAddPage Method (PdfPage)

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

Parameters

page
Type: HiQPdfPdfPage
The page to add
See Also

Reference