| Overload | Description |
|---|---|
| MergeOptions Constructor(PdfDocument) | Initializes a new instance of the MergeOptions class that allows to merge all Pages from a single document. |
| MergeOptions Constructor(PdfDocument,Int32,Int32) | Initializes a new instance of the MergeOptions class that allows to merge a specific range of Pages from a single document. |
| MergeOptions Constructor(IEnumerable<PdfDocument>) | Initializes a new instance of the MergeOptions class that allows to merge all the Pages from multiple documents. |