PdfDocument.AppendDocument(PdfDocument) Method
Adds the specified document to the end of the current document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| document | PdfDocument | The document to add. |
See Also