| | Name | Description |
|---|
 | Append(Stream) |
Appends all pages from a PDF document loaded from the specified stream and with the Default options.
|
 | Append(String) |
Appends all pages from a PDF document loaded from a file with the the specified path and with the Default options.
|
 | Append(Stream, PdfLoadOptions, PdfPageRange) |
Appends the specified pages from a PDF document loaded from the specified stream and with the specified options.
|
 | Append(String, PdfLoadOptions, PdfPageRange) |
Appends the specified pages from a PDF document loaded from a file with the specified path and with the specified options.
|
 | Append(Stream, PdfLoadOptions, Int32, Int32) |
Appends the specified pages from a PDF document loaded from the specified stream and with the specified options.
|
 | Append(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.
|