Skip to main content
All docs
V25.1
  • PdfExportedEventArgs(String, String) Constructor

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

    Namespace: DevExpress.Web.ASPxRichEdit

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