Type Property 型プロパティ

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. 通知オブジェクトは、PDFDocumentオブジェクト自身です。ページを決定するには、@”PDFDocumentPageIndex”キーを使って、型NSNumberのuserinfoを入手してください。

See Also 参照

PDFKit