---
title: PDFViewDocumentChangedNotification
framework: pdfkit
role: symbol
role_heading: Global Variable
path: pdfkit/pdfviewdocumentchangednotification
---

# PDFViewDocumentChangedNotification

A notification posted when a new document is associated with the view.

## Declaration

```occ
extern NSNotificationName const PDFViewDocumentChangedNotification;
```

## Discussion

Discussion The notification object is the PDFView object itself.

## See Also

### Notifications

- [PDFViewChangedHistoryNotification](pdfkit/pdfviewchangedhistorynotification.md)
- [PDFViewPageChangedNotification](pdfkit/pdfviewpagechangednotification.md)
- [PDFViewScaleChangedNotification](pdfkit/pdfviewscalechangednotification.md)
- [PDFViewAnnotationHitNotification](pdfkit/pdfviewannotationhitnotification.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)
