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

# documentDidEndDocumentFind(_:)

Called when the PDFDocumentDidEndFindNotification notification is posted.

## Declaration

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

## See Also

### Getting Document Search Notifications

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