A notification that a write operation begins working on a page in a document.
SDKs
- iOS 11.0+
- macOS 10.4+
- Mac Catalyst 13.0+
Framework
- PDFKit
Declaration
static let PDFDocumentDidBeginPageWrite: NSNotification.Name
Discussion
The notification object is the PDFDocument
object itself. To determine the page, use the @”PDFDocument
key to obtain userinfo of type NSNumber
.