ExpertPdf Html to Pdf Converter Library
AddPage Method (pdfPage)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAddPage(PdfPage)
ExpertPdf Html to Pdf Converter Library
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: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)