Type Property 型プロパティ

PDFDocumentDidEndWrite

A notification that a write operation finishes working on a document. 書き込み演算がある書類上で作業をやり終えることの通知。

Declaration 宣言

static let PDFDocumentDidEndWrite: NSNotification.Name

Discussion 議論

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

See Also 参照

PDFKit