Common Protocols

  • The methods declared by the PTPDFViewCtrlDelegate protocol allow the adopting delegate to respond to messages from the PTPDFViewCtrl class.

    See more

    Declaration

    Objective-C

    @protocol PTPDFViewCtrlDelegate <NSObject>

    Swift

    protocol PTPDFViewCtrlDelegate : NSObjectProtocol
  • The methods declared by the PTPDFViewCtrlToolDelegate protocol allow the adopting delegate to be used as a “Tool”, in which specific responses to user input can be defined.

    PDFNet include the Tools framework (/Lib/Tools) and associated source code, that implements a set of tools for annotation creation/modification, form filling, text selection, link following, and other UI operations.

    See more

    Declaration

    Objective-C

    @protocol PTPDFViewCtrlToolDelegate <NSObject>

    Swift

    protocol PTPDFViewCtrlToolDelegate : NSObjectProtocol
  • The methods declared by the PTDocumentControllerDelegate protocol allow the adopting delegate to respond to messages from the PTDocumentController class.

    See more

    Declaration

    Objective-C

    @protocol PTDocumentControllerDelegate <NSObject>

    Swift

    protocol PTDocumentControllerDelegate : NSObjectProtocol