Skip to main content

PdfExportedEventArgs(String, String) Constructor

Initializes a new instance of the PdfExportedEventArgs class with specified settings.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public PdfExportedEventArgs(
    string documentID,
    string base64
)

Parameters

Name Type Description
documentID String

The document identifier.

base64 String

The PDF file encoded into Base64.

See Also