Click or drag to resize
Pdf Library for .NET

PdfMergeManagerAppend Method (Stream, String)

Append PDF document from the specified stream.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax
public void Append(
	Stream stream,
	string password
)

Parameters

stream
Type: System.IOStream
The pdf document stream.
password
Type: SystemString
The password to open the specified pdf document.
See Also