PdfPagesAdd Method (PdfPage)Terminal Works - PDF Printing.Net Library
Adds the specified PdfPage to the end of this document and maybe returns a new PdfPage object. The value returned is a new object if the added page comes from a foreign document.

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

public PdfPage Add(
	PdfPage page
)

Parameters

page
Type: PdfEdit.PdfPdfPage

Return Value

Type: PdfPage
See Also

Reference