Namespace: BitMiracle.Docotic.Pdf
public void Append( Stream stream )
Public Sub Append ( stream As Stream )
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.
This method uses default merging options.