Namespace: BitMiracle.Docotic.Pdf
public void Append( Stream stream, PdfDecryptionHandler handler, PdfMergingOptions options )
Public Sub Append ( stream As Stream, handler As PdfDecryptionHandler, options As PdfMergingOptions )
The stream must be a stream that supports reading and seeking. Otherwise, the method throws an exception of PdfException type.
Call one of the Save() methods to store the resulting document in a file or a stream.