Click or drag to resize

PdfDocumentAddPage Method (PdfPage)

Creates a new PDF page as a copy of the specified source page.

Namespace:  Opait.Barcode.Pdf
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public PdfPage AddPage(
	PdfPage source
)

Parameters

source
Type: Opait.Barcode.PdfPdfPage
The source PDF page.

Return Value

Type: PdfPage
Newly created page.
See Also