Skip to main content
All docs
V23.2

PdfDocumentConverter.SaveDocument(Stream) Method

Saves the converted PDF document to a stream.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.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