Common Protocols
-
The methods declared by the PTPDFViewCtrlDelegate protocol allow the adopting delegate to respond to messages from the PTPDFViewCtrl class.
See moreDeclaration
Objective-C
@protocol PTPDFViewCtrlDelegate <NSObject>Swift
protocol PTPDFViewCtrlDelegate : NSObjectProtocol
-
The methods declared by the
PTPDFViewCtrlToolDelegateprotocol 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 moreDeclaration
Objective-C
@protocol PTPDFViewCtrlToolDelegate <NSObject>Swift
protocol PTPDFViewCtrlToolDelegate : NSObjectProtocol -
The methods declared by the
See morePTDocumentControllerDelegateprotocol allow the adopting delegate to respond to messages from thePTDocumentControllerclass.Declaration
Objective-C
@protocol PTDocumentControllerDelegate <NSObject>Swift
protocol PTDocumentControllerDelegate : NSObjectProtocol
Common Protocols Reference