Type Property 型プロパティ

PDFDocumentDidBeginFind

A notification that the beginFindString(_:withOptions:) or findString(_:withOptions:) method begins finding. beginFindString(_:withOptions:)またはfindString(_:withOptions:)メソッドが探索を始めることを通知します。

Declaration 宣言

static let PDFDocumentDidBeginFind: NSNotification.Name

Discussion 議論

The notification object is the PDFDocument object itself. 通知オブジェクトは、PDFDocumentオブジェクト自身です。

See Also 参照

PDFKit