PdfViewer.SelectedAnnotation Property
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
public IPdfViewerAnnotation SelectedAnnotation { get; set; }
Property Value
Type | Description |
---|---|
IPdfViewerAnnotation | An object that implements the |
See Also