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

PdfExportedEventArgs(String, String) Constructor

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v20.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