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

PdfExportedEventArgs.DocumentID Property

Returns the document’s unique identifier.

Namespace: DevExpress.Web.ASPxRichEdit

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