Skip to main content

PdfExportedEventArgs.Base64 Property

Returns the exported PDF file encoded into Base64.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

#Declaration

public string Base64 { get; }

#Property Value

Type Description
String

The PDF file encoded into Base64.

See Also