PdfDocumentAddPage(PdfPage) Method
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.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AddPage(
PdfPage page
)
Public Sub AddPage (
page As PdfPage
)
public:
void AddPage(
PdfPage^ page
)
member AddPage :
page : PdfPage -> unit
Parameters
- page PdfPage
- The page to add