Click or drag to resize
PDFMergeAppendPDFFile Method (String, Int32)
Appends pages from the specified source document starting from zero based page index in the source document.

Namespace: ExpertPdf.MergePdf
Assembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntax
public void AppendPDFFile(
	string pdfFileFullPath,
	int startIndex
)

Parameters

pdfFileFullPath
Type: SystemString
The full path of the document to be appended
startIndex
Type: SystemInt32
The zero based index of the page from the source document from where to start appending pages
See Also