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.

C# | Visual Basic | Visual C++ |
public int Add( PdfPage pdfPage )
Public Function Add ( pdfPage As PdfPage ) As Integer
public: int Add( PdfPage^ pdfPage )

- pdfPage (PdfPage)
- The page to be added to the collection.

Int32
The index of the page in collection. If the page already exists, this method returns the index of the existing page
The index of the page in collection. If the page already exists, this method returns the index of the existing page
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)