Back to Devexpress

PdfAnnotationGotFocusEventArgs.Annotation Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfannotationgotfocuseventargs.md

latest1.8 KB
Original Source

PdfAnnotationGotFocusEventArgs.Annotation Property

Gets the annotation that got focus.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public IPdfViewerAnnotation Annotation { get; }
vb
Public ReadOnly Property Annotation As IPdfViewerAnnotation

Property Value

TypeDescription
IPdfViewerAnnotation

The target annotation.

|

Remarks

Use the PdfViewerAnnotationExtensions class methods to obtain the specific type of annotation:

See Also

PdfAnnotationGotFocusEventArgs Class

PdfAnnotationGotFocusEventArgs Members

DevExpress.XtraPdfViewer Namespace