PdfDocument.AppendDocument(Stream) 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 |
|---|---|---|
| stream | Stream | The stream that contains the document to add. |
See Also