Contents

PDFDocumentDidUnlock

A notification that a document unlocked.

Declaration

static let PDFDocumentDidUnlock: NSNotification.Name

Discussion

The document posts this notification after receiving a unlock(withPassword:) message.

The notification object is the PDFDocument object itself.

See Also

PDFKit