MergePdfMerge Method (Stream, Stream) |
Merges the specified PDF streams into a PDF stream.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public static void Merge(
Stream[] srcPdfStreams,
Stream destPdfStream
)
Public Shared Sub Merge (
srcPdfStreams As Stream(),
destPdfStream As Stream
)
Parameters
- srcPdfStreams
- Type: System.IOStream
The PDF streams to be merged. - destPdfStream
- Type: System.IOStream
The stream to receive the PDF document resulted after the merge.
See Also