Click or drag to resize
Pdf Library for .NET

PdfMergeManagerAppend(Stream, String) Method

Append PDF document from the specified stream.

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

Parameters

stream  Stream
The pdf document stream.
password  String
The password to open the specified pdf document.
See Also