PdfPagesCollectionAddPage(PdfPage) Method
Adds an existing page to the end of the collection. 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 int AddPage(
PdfPage page
)
Public Function AddPage (
page As PdfPage
) As Integer
public:
int AddPage(
PdfPage^ page
)
member AddPage :
page : PdfPage -> int
- page PdfPage
- The page to add
Int32The index at which the PDF page was added