Back to Devexpress

PdfAnnotationDeletingEventArgs.Annotation Property

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

latest1.9 KB
Original Source

PdfAnnotationDeletingEventArgs.Annotation Property

Gets the annotation being deleted.

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

PdfAnnotationDeletingEventArgs Class

PdfAnnotationDeletingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace