Click or drag to resize

PdfMergerAppend Method

Overload List
 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, PdfPageRange) Appends the specified pages from a PDF document loaded from the specified stream and with the specified options.
Public methodAppend(String, PdfLoadOptions, PdfPageRange) Appends the specified pages from a PDF document loaded from a file with the specified path and with the specified 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.
Top
See Also