---
title: "documentDidBeginPageFind(_:)"
framework: pdfkit
role: symbol
role_heading: Instance Method
path: "pdfkit/pdfdocumentdelegate/documentdidbeginpagefind(_:)"
---

# documentDidBeginPageFind(_:)

Called when the PDFDocumentDidBeginPageFindNotification notification is posted.

## Declaration

```swift
optional func documentDidBeginPageFind(_ notification: Notification)
```

## See Also

### Getting Document Search Notifications

- [didMatchString(_:)](pdfkit/pdfdocumentdelegate/didmatchstring(_:).md)
- [documentDidBeginDocumentFind(_:)](pdfkit/pdfdocumentdelegate/documentdidbegindocumentfind(_:).md)
- [documentDidEndDocumentFind(_:)](pdfkit/pdfdocumentdelegate/documentdidenddocumentfind(_:).md)
- [documentDidEndPageFind(_:)](pdfkit/pdfdocumentdelegate/documentdidendpagefind(_:).md)
- [documentDidFindMatch(_:)](pdfkit/pdfdocumentdelegate/documentdidfindmatch(_:).md)
