Click or drag to resize

PDFMergeSaveMergedPDFToStream Method

Saves the merged PDF document into the specified stream.

Namespace:  ExpertPdf.MergePdf
Assembly:  epmergepdf (in epmergepdf.dll) Version: 7.0
Syntax
public void SaveMergedPDFToStream(
	Stream outPdfStream
)

Parameters

outPdfStream
Type: System.IOStream
The output stream where to save the merged PDF document.
See Also