Interface PDFDocumentDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
PDFDocumentDelegateAdapter

public interface PDFDocumentDelegate
extends NSObjectProtocol
  • Method Details

    • documentDidUnlock

      void documentDidUnlock​(NSNotification notification)
    • documentDidBeginDocumentFind

      void documentDidBeginDocumentFind​(NSNotification notification)
    • documentDidEndDocumentFind

      void documentDidEndDocumentFind​(NSNotification notification)
    • documentDidBeginPageFind

      void documentDidBeginPageFind​(NSNotification notification)
    • documentDidEndPageFind

      void documentDidEndPageFind​(NSNotification notification)
    • documentDidFindMatch

      void documentDidFindMatch​(NSNotification notification)
    • didMatchString

      void didMatchString​(PDFSelection instance)
    • classForPage

      Class<?> classForPage()
      Since:
      Available in iOS 11.0 and later.
    • classForAnnotationType

      Class<?> classForAnnotationType​(String annotationType)
      Since:
      Available in iOS 11.0 and later.