Foxit PDF SDK  9.1
<FSPDFUIExtensionsManager> Protocol Reference

The UI extensions manager. More...

Inheritance diagram for <FSPDFUIExtensionsManager>:
<IGestureEventListener> <IDrawEventListener> <ITouchEventListener> UIExtensionsManager

Instance Methods

(BOOL) - shouldDrawAnnot:
 Whether the view control should draw this annotation or not. More...
 
- Instance Methods inherited from <IGestureEventListener>
(BOOL) - onDoubleTap:
 Triggered on the double tap gesture. More...
 
(BOOL) - onLongPress:
 Triggered on long press gesture. More...
 
(BOOL) - onPageGestureRecognizer:gestureRecognizer:shouldReceiveTouch:
 Called before touchesBegan:withEvent: is called on the gesture recognizer for a new touch. return NO to prevent the gesture recognizer from seeing this touch. More...
 
(BOOL) - onPan:
 Triggered on the pan gesture. More...
 
(BOOL) - onShouldBegin:
 Triggered when a gesture recognizer attempts to transition out of UIGestureRecognizerStatePossible. More...
 
(BOOL) - onTap:
 Triggered on the tap gesture. More...
 
- Instance Methods inherited from <IDrawEventListener>
(void) - onDraw:inContext:
 Triggered when drawing on a specified page. More...
 
- Instance Methods inherited from <ITouchEventListener>
(BOOL) - onTouchesBegan:withEvent:
 Triggered when the touches began. More...
 
(BOOL) - onTouchesCancelled:withEvent:
 Triggered when the touches has been canceled. More...
 
(BOOL) - onTouchesEnded:withEvent:
 Triggered when the touches has ended. More...
 
(BOOL) - onTouchesMoved:withEvent:
 Triggered when the touches has moved. More...
 

Detailed Description

The UI extensions manager.

Method Documentation

◆ shouldDrawAnnot:

- (BOOL) shouldDrawAnnot: (FSAnnot *)  annot
optional

Whether the view control should draw this annotation or not.

Parameters
[in]annotAn annotation object.
Returns
YES means the annotation is drew by view control, while NO means it will not been draw.