PdfViewer.SelectedAnnotation Property
In This Article
Gets or sets the currently selected annotation. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public IPdfViewerAnnotation SelectedAnnotation { get; set; }
#Property Value
Type | Description |
---|---|
IPdf |
An object that implements the |
See Also