---
title: PDFDocumentDidFindMatch
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsnotification/name-swift.struct/pdfdocumentdidfindmatch
---

# PDFDocumentDidFindMatch

A notification that a string match is found in a document.

## Declaration

```swift
static let PDFDocumentDidFindMatch: NSNotification.Name
```

## Discussion

Discussion The notification object is the PDFDocument object itself. To determine the string selection found, use the @”PDFDocumentFoundSelection” key to obtain userinfo of type PDFSelection *

## See Also

### PDFKit

- [PDFDocumentDidBeginFind](foundation/nsnotification/name-swift.struct/pdfdocumentdidbeginfind.md)
- [PDFDocumentDidBeginPageFind](foundation/nsnotification/name-swift.struct/pdfdocumentdidbeginpagefind.md)
- [PDFDocumentDidBeginPageWrite](foundation/nsnotification/name-swift.struct/pdfdocumentdidbeginpagewrite.md)
- [PDFDocumentDidBeginWrite](foundation/nsnotification/name-swift.struct/pdfdocumentdidbeginwrite.md)
- [PDFDocumentDidEndFind](foundation/nsnotification/name-swift.struct/pdfdocumentdidendfind.md)
- [PDFDocumentDidEndPageFind](foundation/nsnotification/name-swift.struct/pdfdocumentdidendpagefind.md)
- [PDFDocumentDidEndPageWrite](foundation/nsnotification/name-swift.struct/pdfdocumentdidendpagewrite.md)
- [PDFDocumentDidEndWrite](foundation/nsnotification/name-swift.struct/pdfdocumentdidendwrite.md)
- [PDFDocumentDidUnlock](foundation/nsnotification/name-swift.struct/pdfdocumentdidunlock.md)
- [PDFThumbnailViewDocumentEdited](foundation/nsnotification/name-swift.struct/pdfthumbnailviewdocumentedited.md)
- [PDFViewAnnotationHit](foundation/nsnotification/name-swift.struct/pdfviewannotationhit.md)
- [PDFViewAnnotationWillHit](foundation/nsnotification/name-swift.struct/pdfviewannotationwillhit.md)
- [PDFViewChangedHistory](foundation/nsnotification/name-swift.struct/pdfviewchangedhistory.md)
- [PDFViewCopyPermission](foundation/nsnotification/name-swift.struct/pdfviewcopypermission.md)
- [PDFViewDisplayBoxChanged](foundation/nsnotification/name-swift.struct/pdfviewdisplayboxchanged.md)
