---
title: PDFViewDisplayModeChangedNotification
framework: pdfkit
role: symbol
role_heading: Global Variable
path: pdfkit/pdfviewdisplaymodechangednotification
---

# PDFViewDisplayModeChangedNotification

A notification posted when the display mode has changed.

## Declaration

```occ
extern NSNotificationName const PDFViewDisplayModeChangedNotification;
```

## 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)
- [PDFViewAnnotationWillHitNotification](pdfkit/pdfviewannotationwillhitnotification.md)
- [PDFViewSelectionChangedNotification](pdfkit/pdfviewselectionchangednotification.md)
- [PDFViewDisplayBoxChangedNotification](pdfkit/pdfviewdisplayboxchangednotification.md)
- [PDFViewVisiblePagesChangedNotification](pdfkit/pdfviewvisiblepageschangednotification.md)
