Back to Devexpress

ASPxRichEdit.PdfExported Event

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-4f36fd75.md

latest1.8 KB
Original Source

ASPxRichEdit.PdfExported Event

Allows you to save the exported PDF document.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public event PdfExportedEventHandler PdfExported
vb
Public Event PdfExported As PdfExportedEventHandler

Event Data

The PdfExported event's data class is PdfExportedEventArgs. The following properties provide information specific to this event:

PropertyDescription
Base64Returns the exported PDF file encoded into Base64.
DocumentIDReturns the document’s unique identifier.

Remarks

When the ExportToPdf method is called, the ASPxRichEdit control exports the current document to a portable document format (PDF), invokes the PdfExported event, and sends the resulting PDF file there as the Base64 parameter. Handle the event to save the exported document.

See Also

ASPxRichEdit Class

ASPxRichEdit Members

DevExpress.Web.ASPxRichEdit Namespace