Contents

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.

See Also

PDFKit