Inserts the specified page into the document pages collection at the specified index.
The page to be added is allowed to be from another document.
The source document of the page to be inserted must remain opened until the
current document is saved.

C# | Visual Basic | Visual C++ |
public void InsertPage( int pageIndex, PdfPage pdfPage )
Public Sub InsertPage ( pageIndex As Integer, pdfPage As PdfPage )
public: void InsertPage( int pageIndex, PdfPage^ pdfPage )
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)