Contents

PDFDocumentDidFindMatch

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

Declaration

static let PDFDocumentDidFindMatch: NSNotification.Name

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