Skip to main content
All docs
V25.1
  • PdfDocumentConverter.SaveDocument(Stream) Method

    Saves the converted PDF document to a stream.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public void SaveDocument(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    A System.IO.Stream object where the method saves the document.

    See Also