Back to Devexpress

PdfAnnotationLostFocusEventArgs.Annotation Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfannotationlostfocuseventargs.md

latest1.9 KB
Original Source

PdfAnnotationLostFocusEventArgs.Annotation Property

Gets the annotation that got focus.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
IPdfViewerAnnotation

The target annotation.

|

Remarks

Use the DevExpress.Pdf.PdfViewerAnnotationExtensions class methods to obtain a specific type of annotation:

See Also

PdfAnnotationLostFocusEventArgs Class

PdfAnnotationLostFocusEventArgs Members

DevExpress.Xpf.PdfViewer Namespace