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