DocumentAppendDocument(Document, Int32, Int32) Method
Appends a range of pages from the document given as parameter to the current document.
The appended document must remain open until the current document is saved
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void AppendDocument(
Document doc,
int fromPageIndex,
int pageCount
)
Public Sub AppendDocument (
doc As Document,
fromPageIndex As Integer,
pageCount As Integer
)
public:
void AppendDocument(
Document^ doc,
int fromPageIndex,
int pageCount
)
member AppendDocument :
doc : Document *
fromPageIndex : int *
pageCount : int -> unit
Parameters
- doc Document
- The document to be appended
- fromPageIndex Int32
- The page index in appended PDF document from where to start copying the pages
- pageCount Int32
- The number of pages to append