Contents

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.

See Also

PDFKit