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

ASPxRichEdit.ExportToPdf(Stream) Method

Exports the current document to a stream in PDF format.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v21.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public void ExportToPdf(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object, to which the document is exported.

See Also