Contents

PDFDocumentDidBeginPageFind

A notification that a find operation begins working on a new page of a document.

Declaration

static let PDFDocumentDidBeginPageFind: NSNotification.Name

Discussion

You can use this notification to update a progress bar.

The notification object is the PDFDocument object itself. To determine the page, use the @”PDFDocumentPageIndex” key to obtain userinfo of type NSNumber.

See Also

PDFKit