Foxit PDF SDK  9.1
<FSMenuView> Protocol Reference
Inheritance diagram for <FSMenuView>:

Instance Methods

(FSActionControlAttribute *) - getActionControlAttribute
 NSString or UIImage. More...
 
(UIView *) - getCustomView
 If shouldPresentByrdK is Yes the RDK will need getCustomView. More...
 
(void) - presentActionInMenuView
 If shouldPresentByrdK is NO the RDK will respond. More...
 
(void) - presentActionInMenuViewByViewController:
 If shouldPresentByrdK is NO the RDK will respond, if defined SEL presentActionInMenuView will invalid. More...
 
(BOOL) - shouldPresentByRDK
 Whether to be present by the RDK. More...
 

Properties

UIViewController * containerController
 If shouldPresentByRDK is YES it will be provided by the RDK. More...
 

Method Documentation

◆ getActionControlAttribute

- (FSActionControlAttribute *) getActionControlAttribute

NSString or UIImage.

◆ getCustomView

- (UIView *) getCustomView

If shouldPresentByrdK is Yes the RDK will need getCustomView.

◆ presentActionInMenuView

- (void) presentActionInMenuView

If shouldPresentByrdK is NO the RDK will respond.

◆ presentActionInMenuViewByViewController:

- (void) presentActionInMenuViewByViewController: (UIViewController *(^)(void))  controller

If shouldPresentByrdK is NO the RDK will respond, if defined SEL presentActionInMenuView will invalid.

◆ shouldPresentByRDK

- (BOOL) shouldPresentByRDK
required

Whether to be present by the RDK.

Property Documentation

◆ containerController

- (UIViewController*) containerController
readwriteoptionalnonatomicweak

If shouldPresentByRDK is YES it will be provided by the RDK.