| PdfMergeClientsaveToStream Method  | 
 
            Merge all specified input pdfs and writes the resulted PDF to a specified stream.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic void saveToStream(
	Stream stream
)
Public Sub saveToStream ( 
	stream As Stream
)
Parameters
- stream
- Type: System.IOStream
 The output stream where the resulted PDF will be written.
 See Also
See Also