PdfDocument.AppendDocument(Stream, LoadOptions) Method
Adds the specified document to the end of the current document. Allows you to specify options that control how the document is loaded.
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. |
| loadOptions | LoadOptions | An object that contains loading options. |
See Also