Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.Name Property

Gets the markup annotation name.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value that represents the annotation name.

See Also