Type Property 型プロパティ

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

See Also 参照

PDFKit