Skip to main content
A newer version of this page is available. .

PdfDocumentProcessor.AppendDocument(Stream) Method

Appends a PDF document located at the specified file stream to the end of the current document starting from the new page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void AppendDocument(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream value, specifying the location of the appended document.

See Also