Click or drag to resize
Pdf Library for .NET

PdfMergeManagerAppend(Stream) 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
)

Parameters

stream  Stream
The pdf document stream.
See Also