PdfDocumentAddPage Method (PdfPage)Terminal Works - PDF Printing.Net Library
Adds the specified page to this document. If the page is from an external document, it is imported to this document. In this case the returned page is not the same object as the specified one.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfPage AddPage(
	PdfPage page
)

Parameters

page
Type: PdfEdit.PdfPdfPage

Return Value

Type: PdfPage
See Also

Reference