Pdf |
The PdfMerger type exposes the following members.
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, 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. |
![]() | Dispose | Disposes the resulting PdfDocument associated with this PdfMerger. |
![]() | Save(Stream) | Saves the resulting PDF document to the specified stream. |
![]() | Save(String) | Saves the resulting PDF document to a file with the specified path. |