Adds an existing page to the end of the PDF document. When the page is from another document that document must remain open until this document is saved
Namespace: HiQPdfAssembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0
Syntax
| C# |
|---|
public void AddPage( PdfPage page ) |
| Visual Basic |
|---|
Public Sub AddPage ( page As PdfPage ) |
| Visual C++ |
|---|
public: void AddPage( PdfPage^ page ) |
Parameters
- page
- Type: HiQPdf..::..PdfPage
The page to add