---
title: PDFViewAnnotationHitNotification
framework: pdfkit
role: symbol
role_heading: Global Variable
path: pdfkit/pdfviewannotationhitnotification
---

# PDFViewAnnotationHitNotification

A notification posted when the user clicks on an annotation.

## Declaration

```occ
extern NSNotificationName const PDFViewAnnotationHitNotification;
```

## Discussion

Discussion The notification object is the PDFView object itself. Use the @”PDFAnnotationHit” key to obtain userinfo of type PDFAnnotation *.

## See Also

### Notifications

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