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.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public void AddPage( PdfPage pdfPage ) |
| Visual Basic |
|---|
Public Sub AddPage ( pdfPage As PdfPage ) |
| Visual C++ |
|---|
public: void AddPage( PdfPage^ pdfPage ) |
Parameters
- pdfPage
- Type: EvoPdf..::..PdfPage
The page to be added to the collection.