ASPxRichEdit.ExportToPdf(Stream, PdfExportOptions) Method
In This Article
Exports the current document to the specified stream in PDF format using the specified options.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public void ExportToPdf(
Stream stream,
PdfExportOptions pdfExportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object, to which the document is exported. |
pdf |
Pdf |
A Pdf |
See Also