Click or drag to resize

PdfMerger Methods

The PdfMerger type exposes the following members.

Methods
 NameDescription
Public methodAppend(Stream) Appends all pages from a PDF document loaded from the specified stream and with the Default options.
Public methodAppend(String) Appends all pages from a PDF document loaded from a file with the the specified path and with the Default options.
Public methodAppend(Stream, PdfLoadOptions, Int32, Int32) Appends the specified pages from a PDF document loaded from the specified stream and with the specified options.
Public methodAppend(String, PdfLoadOptions, Int32, Int32) Appends the specified pages from a PDF document loaded from a file with the specified path and with the specified options.
Public methodDispose Disposes the resulting PdfDocument associated with this PdfMerger.
Public methodSave(Stream)

Saves the resulting PDF document to the specified stream.

Public methodSave(String)

Saves the resulting PDF document to a file with the specified path.

Top
See Also