DocumentInsertDocument(Int32, Document, Int32, Int32) Method
Inserts a range of pages from the document given as parameter in the current document at the given page index.
The appended document must remain open until the current document is saved
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public void InsertDocument(
int insertIndex,
Document doc,
int fromPageIndex,
int pageCount
)
Public Sub InsertDocument (
insertIndex As Integer,
doc As Document,
fromPageIndex As Integer,
pageCount As Integer
)
Parameters
- insertIndex Int32
- The page index where to start insertion in this document
- doc Document
- The document to be inserted
- fromPageIndex Int32
- The page index in appended PDF document from where to start copying the pages
- pageCount Int32
- The number of pages to insert