PdfAnnotationGotFocusEventArgs.Annotation Property
In This Article
Gets the annotation that got focus.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public IPdfViewerAnnotation Annotation { get; }
#Property Value
Type | Description |
---|---|
IPdf |
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