Winnovative PDF Merge Library for .NET Documentation

PDFMergeAppendPDFStream Method (Stream, Int32)

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

Namespace:  Winnovative.PDFMerge
Assembly:  wnvpdfmerge (in wnvpdfmerge.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void AppendPDFStream(
	Stream pdfStream,
	int startIndex
)

Parameters

pdfStream
Type: System.IOStream
The PDF stream 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

Reference