Type Property 型プロパティ

PDFDocumentDidBeginPageWrite

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

Declaration 宣言

static let PDFDocumentDidBeginPageWrite: 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