Skip to main content
All docs
V26.1
  • 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

    public void AppendDocument(
        Stream stream,
        LoadOptions loadOptions
    )

    Parameters

    Name Type Description
    stream Stream

    The stream that contains the document to add.

    loadOptions LoadOptions

    An object that contains loading options.

    See Also