Expert PDF Merge Library
AppendPDFFile Method (pdfFileFullPath, password, startIndex, length)
NamespacesExpertPdf.MergePdfPDFMergeAppendPDFFile(String, String, Int32, Int32)
Expert PDF Merge Library
Appends at most length pages from the specified password protected source document starting from zero based index startIndex in the source document.
Declaration Syntax
C#Visual BasicVisual C++
public void AppendPDFFile(
	string pdfFileFullPath,
	string password,
	int startIndex,
	int length
)
Public Sub AppendPDFFile ( _
	pdfFileFullPath As String, _
	password As String, _
	startIndex As Integer, _
	length As Integer _
)
public:
void AppendPDFFile(
	String^ pdfFileFullPath, 
	String^ password, 
	int startIndex, 
	int length
)
Parameters
pdfFileFullPath (String)
The full path of the document to be appended
password (String)
The password to open the appended document. If this argument is null no password will be used.
startIndex (Int32)
The zero based index of the page from the source document from where to start appending pages
length (Int32)
The number of pages to be taken from the source document and appended to the merged document. If the specified length is bigger than the available number of pages starting from the specified start page index, only the available number of pages will be appended. If the length is negative e.g -1, all the PDF pages available from startIndex will be appended to the merged document.

Assembly: ExpertPdf.MergePdf (Module: ExpertPdf.MergePdf) Version: 3.2.0.0 (3.2.0.0)