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
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 moreDeclaration
Objective-C
@protocol PTPDFViewCtrlToolDelegate <NSObject>
Swift
protocol PTPDFViewCtrlToolDelegate : NSObjectProtocol
-
The methods declared by the
See morePTDocumentControllerDelegate
protocol allow the adopting delegate to respond to messages from thePTDocumentController
class.Declaration
Objective-C
@protocol PTDocumentControllerDelegate <NSObject>
Swift
protocol PTDocumentControllerDelegate : NSObjectProtocol