PdfAnnotationDeletingEventArgs(IPdfViewerAnnotation) Constructor
Initializes a new instance of the PdfAnnotationDeletingEventArgs class with specified settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Parameters
Name | Type | Description |
---|---|---|
annotation | IPdfViewerAnnotation | The annotation being deleted. |
See Also