Click or drag to resize

PdfDocumentCombine Method (Stream, Stream)

Combines one or more streams containing PDF documents into a single stream.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void Combine(
	Stream output,
	params Stream[] sources
)

Parameters

output
Type: System.IOStream
A non-null stream to which to save the resulting document.
sources
Type: System.IOStream
Two or more non-null streams containing PDF documents.
Remarks
If the output stream is contained within sources, Combine will throw an exception.
See Also