Contents

PDFDocumentDidBeginFind

A notification that the document began a find operation.

Declaration

static let PDFDocumentDidBeginFind: NSNotification.Name

Discussion

The document posts this notification when the beginFindString(_:withOptions:) or findString(_:withOptions:) method begins finding.

The notification object is the PDFDocument object itself.

See Also

PDFKit