Type Property 型プロパティ

PDFDocumentDidEndPageWrite

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

Declaration 宣言

static let PDFDocumentDidEndPageWrite: NSNotification.Name

Discussion 議論

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