|
PdfPageCollectionInsert(Int32, PdfPage) Method
|
Inserts the specified page into the pdf document pages collection at the specified index.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic void Insert(
int pageIndex,
PdfPage pdfPage
)
Public Sub Insert (
pageIndex As Integer,
pdfPage As PdfPage
)
Parameters
- pageIndex Int32
- The index where the pdf page will be inserted.
- pdfPage PdfPage
- The pdf page to be inserted into the collection.
Remarks
The specified page can belong to another pdf document.
Note |
|---|
| The source pdf document must remain opened until the current document is saved. |
See Also