Skip to main content
All docs
V25.1
  • PdfExportedEventArgs.DocumentID Property

    Returns the document’s unique identifier.

    Namespace: DevExpress.Web.ASPxRichEdit

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

    NuGet Package: DevExpress.Web.Office

    Declaration

    public string DocumentID { get; }

    Property Value

    Type Description
    String

    A value that uniquely identifies the exported document.

    See Also