PageCollectionInsert Method
Inserts the specified page into the document pages collection at the specified index.
The page to be added is allowed to be from another document.
The source document of the page to be inserted must remain opened until the
current document is saved.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void Insert(
int pageIndex,
PdfPage pdfPage
)
Public Sub Insert (
pageIndex As Integer,
pdfPage As PdfPage
)
public:
void Insert(
int pageIndex,
PdfPage^ pdfPage
)
member Insert :
pageIndex : int *
pdfPage : PdfPage -> unit
Parameters
- pageIndex Int32
- The index where the page will be inserted.
- pdfPage PdfPage
- The PDF page to be inserted.