PdfAnnotationDeletedEventArgs.Annotation Property
In This Article
Gets the deleted annotation.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public IPdfViewerAnnotation Annotation { get; }
#Property Value
Type | Description |
---|---|
IPdf |
The removed annotation. |
See Also