Contents

PDFDocumentDidEndPageFind

A notification that a find operation finishes working on a page in a document.

Declaration

static let PDFDocumentDidEndPageFind: 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