Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationCreatedEventArgs.Name Property

Gets the name of a created annotation.

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 specifies the annotation name.

See Also