PdfAnnotationGotFocusEventArgs.Annotation Property
Gets the annotation that got focus.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Property Value
Type | Description |
---|---|
IPdfViewerAnnotation | The target annotation. |
Remarks
Use the PdfViewerAnnotationExtensions class methods to obtain the specific type of annotation:
- AsTextMarkupAnnotation - for text markup annotations;
- AsTextAnnotation - for text annotations (or sticky notes);
- AsMarkupAnnotation - for markup annotations (both sticky notes and text markups).
See Also