Back to Devexpress

PdfAnnotationLostFocusEventArgs.Annotation Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfannotationlostfocuseventargs.md

latest1.8 KB
Original Source

PdfAnnotationLostFocusEventArgs.Annotation Property

Gets the annotation that lost 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

PdfAnnotationLostFocusEventArgs Class

PdfAnnotationLostFocusEventArgs Members

DevExpress.XtraPdfViewer Namespace