Winnovative PDF Merge Library for .NET
Appends pages from the specified source document starting from zero based page index
in the source document.

Declaration Syntax
public void AppendPDFStream(
Stream pdfStream,
int startIndex
)
Public Sub AppendPDFStream ( _
pdfStream As Stream, _
startIndex As Integer _
)
public:
void AppendPDFStream(
Stream^ pdfStream,
int startIndex
)

Parameters
- pdfStream (Stream)
- The PDF stream to be appended
- startIndex (Int32)
- The zero based index of the page from the source document from where to start appending pages
Assembly:
Winnovative.PDFMerge (Module: Winnovative.PDFMerge) Version: 3.2.0.0 (3.2.0.0)