Type Property 型プロパティ

PDFDocumentDidFindMatch

A notification that a string match is found in a document. 文字列の合致がある書類の中で見つかったことの通知。

Declaration 宣言

static let PDFDocumentDidFindMatch: NSNotification.Name

Discussion 議論

The notification object is the PDFDocument object itself. To determine the string selection found, use the @”PDFDocumentFoundSelection” key to obtain userinfo of type PDFSelection * 通知オブジェクトは、PDFDocumentオブジェクト自身です。発見された文字列選択を決定するには、@”PDFDocumentFoundSelection”キーを使って、型PDFSelection *のuserinfoを入手してください

See Also 参照

PDFKit