Winnovative PDF Creator Library for .NET
AddPage Method (pdfPage)
NamespacesWinnovative.PdfCreatorDocumentAddPage(PdfPage)
Winnovative PDF Creator Library for .NET
Adds the specified page to the document pages collection. The page to be added is allowed to be from another document. The source document of the page to be added must remain opened until the current document is saved.
Declaration Syntax
C#Visual BasicVisual C++
public void AddPage(
	PdfPage pdfPage
)
Public Sub AddPage ( _
	pdfPage As PdfPage _
)
public:
void AddPage(
	PdfPage^ pdfPage
)
Parameters
pdfPage (PdfPage)
The page to be added to the collection.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)