PdfDocumentAddPageAtIndex(Int32, PdfPage) Method
Adds an existing page at the given index. The first page index is 0.
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 AddPageAtIndex(
int index,
PdfPage page
)
Public Sub AddPageAtIndex (
index As Integer,
page As PdfPage
)
public:
void AddPageAtIndex(
int index,
PdfPage^ page
)
member AddPageAtIndex :
index : int *
page : PdfPage -> unit
Parameters
- index Int32
- The index where to add the page
- page PdfPage
- The page to add