Type Property 型プロパティ

PDFDocumentDidUnlock

A notification that a document unlocks after a unlock(withPassword:) message. ある書類がunlock(withPassword:)メッセージの後にアンロックすることの通知。

Declaration 宣言

static let PDFDocumentDidUnlock: NSNotification.Name

Discussion 議論

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

See Also 参照

PDFKit