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
)
Public Sub SaveMergedPDFToStream (
outPdfStream As Stream
)
Parameters
- outPdfStream
- Type: System.IOStream
The output stream where to save the merged PDF document.
See Also