PTPDFViewCtrlDidSetDocNotification

extern const NSNotificationName _Nonnull PTPDFViewCtrlDidSetDocNotification

Posted by a PTPDFViewCtrl instance after it sets the current document with the -[PTPDFViewCtrl SetDoc:] method. The current document can be retrieved with the -[PTPDFViewCtrl GetDoc] method.

The notification object is the PTPDFViewCtrl instance that posted the notification. The userInfo dictionary is empty.