PDFMergeAppendPDFFile(String, Int32) Method

Appends pages from the specified source document starting from zero based page index in the source document.

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public void AppendPDFFile(
	string pdfFileFullPath,
	int startIndex
)

Parameters

pdfFileFullPath  String
The full path of the document to be appended
startIndex  Int32
The zero based index of the page from the source document from where to start appending pages

See Also