Skip to main content

PdfExportedEventArgs.DocumentID Property

Returns the document’s unique identifier.

Namespace: DevExpress.Web.ASPxRichEdit

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