---
title: PDFViewAnnotationWillHitNotification
framework: pdfkit
role: symbol
role_heading: Global Variable
path: pdfkit/pdfviewannotationwillhitnotification
---

# PDFViewAnnotationWillHitNotification

A notification posted before the user clicks an annotation.

## Declaration

```occ
extern NSNotificationName const PDFViewAnnotationWillHitNotification;
```

## Discussion

Discussion The notification object is the PDFView object itself.

## See Also

### Notifications

- [PDFViewChangedHistoryNotification](pdfkit/pdfviewchangedhistorynotification.md)
- [PDFViewDocumentChangedNotification](pdfkit/pdfviewdocumentchangednotification.md)
- [PDFViewPageChangedNotification](pdfkit/pdfviewpagechangednotification.md)
- [PDFViewScaleChangedNotification](pdfkit/pdfviewscalechangednotification.md)
- [PDFViewAnnotationHitNotification](pdfkit/pdfviewannotationhitnotification.md)
- [PDFViewCopyPermissionNotification](pdfkit/pdfviewcopypermissionnotification.md)
- [PDFViewPrintPermissionNotification](pdfkit/pdfviewprintpermissionnotification.md)
- [PDFViewSelectionChangedNotification](pdfkit/pdfviewselectionchangednotification.md)
- [PDFViewDisplayModeChangedNotification](pdfkit/pdfviewdisplaymodechangednotification.md)
- [PDFViewDisplayBoxChangedNotification](pdfkit/pdfviewdisplayboxchangednotification.md)
- [PDFViewVisiblePagesChangedNotification](pdfkit/pdfviewvisiblepageschangednotification.md)
