PdfDocument.AppendDocument Method
| Name | Parameters | Description |
|---|---|---|
| AppendDocument(PdfDocument) | document | Adds the specified document to the end of the current document. |
| AppendDocument(Stream, LoadOptions) | stream, loadOptions | Adds the specified document to the end of the current document. Allows you to specify options that control how the document is loaded. |
| AppendDocument(Stream) | stream | Adds the specified document to the end of the current document. |