Foxit PDF SDK
9.1
|
The UI extensions manager which has included the default implementation of text selection tool, annotation tools... and so on. More...
Instance Methods | |
(void) | - changeState: |
Change state of extensions manager. It is only be supported after the document is opened. More... | |
(void) | - documentSaveAS:error: |
Save the file to the specified location. More... | |
(void) | - enableBottomToolbar: |
Enable or disable bottom toolbar.No effect on bottom toolbar in full screen mode. More... | |
(void) | - enableModification: |
Set whether the pdf document can be modified. The default is allow modification. More... | |
(void) | - enableSmallBottomToolbar: |
Enable or disable small bottom toolbar. More... | |
(void) | - enableSmallTopToolbar: |
Enable or disable small top toolbar. More... | |
(void) | - enableTopToolbar: |
Enable or disable top toolbar.No effect on top toolbar in full screen mode. More... | |
(id< IAnnotHandler >) | - getAnnotHandlerByType: |
Get the annotation handler by annotation type. More... | |
(NSString *) | - getCurrentSelectedText |
Get current selected text. More... | |
(__kindof id< IModule >) | - getModuleByName: |
Get the module by module name. More... | |
(FSReadToolSettings *) | - getReadToolSettingsForType: |
Get t tool settings. More... | |
(FSUIManagerState) | - getState |
Get state of extensions manager. More... | |
(NSMutableDictionary *) | - getToolbarItemHiddenStatus |
Get toolbar item hide/show status. More... | |
(id< IToolHandler >) | - getToolHandlerByName: |
Get the current tool handler by name, which is defined above Tool_XXX. More... | |
(id) | - initWithPDFViewControl: |
Intialize extensions manager. More... | |
(id) | - initWithPDFViewControl:configuration: |
Intialize extensions manager. More... | |
(id) | - initWithPDFViewControl:configurationObject: |
Intialize extensions manager. More... | |
(void) | - registerAnnotEventListener: |
Register the annotation event listener. More... | |
(void) | - registerAnnotHandler: |
Register an annotation handler. More... | |
(void) | - registerDocModifiedEventListener: |
Register the document modified event listener. More... | |
(void) | - registerFullScreenListener: |
Register a full screen event listener. More... | |
(void) | - registerLinkEventListener: |
Register the link event listener. More... | |
(void) | - registerPageNumberListener: |
Register a page number event listener. More... | |
(void) | - registerRotateChangedListener: |
Register a rotation event listener. More... | |
(void) | - registerSearchEventListener: |
Register the tool event listener. More... | |
(void) | - registerSignatureEventListener: |
Register the signature event listener. More... | |
(void) | - registerToolEventListener: |
Register the tool event listener. More... | |
(void) | - registerToolHandler: |
Register a tool handler. More... | |
(void) | - registerUIInteractionEventListener: |
Register the UI Interaction event listener. More... | |
(void) | - resumeAutoFullScreen |
Resume the auto full screen mode. More... | |
(void) | - setFullScreen: |
Enter or exit full screen mode. More... | |
(void) | - setMoreItemClikedCallback: |
Set the callback method of more Item Clicked. More... | |
(void) | - setToolbarItemHiddenWithTag:hidden: |
Set mainToolbar item hide/show. More... | |
(void) | - showPropertyWithToolSettings:rect:inView: |
Show the property bar to set annotation color and opacity. More... | |
(void) | - showSearchBar: |
Show or hide the text searching bar on the UI main screen. It will appear on the top of main screen. More... | |
(void) | - suspendAutoFullScreen |
Suspend the auto full screen mode. More... | |
(void) | - unregisterAnnotEventListener: |
Unregister the annotation event listener. More... | |
(void) | - unregisterAnnotHandler: |
Remove an annotation handler. More... | |
(void) | - unregisterDocModifiedEventListener: |
Unregister the document modified event listener. More... | |
(void) | - unregisterFullScreenListener: |
Unregister a full screen event listener. More... | |
(void) | - unregisterLinkEventListener: |
Unregister the link event listener. More... | |
(void) | - unregisterPageNumerListener: |
Unregister a page number event listener. More... | |
(void) | - unregisterRotateChangedListener: |
Unregister a rotation event listener. More... | |
(void) | - unregisterSearchEventListener: |
Unregister the tool event listener. More... | |
(void) | - unregisterSignatureEventListener: |
Unregister the signature event listener. More... | |
(void) | - unregisterToolEventListener: |
Unregister the tool event listener. More... | |
(void) | - unregisterToolHandler: |
Remove a tool handler. More... | |
(void) | - unregisterUIInteractionEventListener: |
Unregister the UI Interaction event listener. More... | |
![]() | |
(BOOL) | - shouldDrawAnnot: |
Whether the view control should draw this annotation or not. More... | |
![]() | |
(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... | |
![]() | |
(void) | - onDraw:inContext: |
Triggered when drawing on a specified page. More... | |
![]() | |
(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... | |
![]() | |
(void) | - onDocClosed:error: |
Triggered when the document is closed. More... | |
(void) | - onDocLoading:progress: |
Triggered when loading documents. More... | |
(void) | - onDocOpened:error: |
Triggered when the document is opened. More... | |
(void) | - onDocSaved:error: |
Triggered when the document is saved. More... | |
(void) | - onDocWillClose: |
Triggered when the document will be closed. More... | |
(void) | - onDocWillOpen |
Triggered when the document will be opened. More... | |
(void) | - onDocWillSave: |
Triggered when the document will be saved. More... | |
![]() | |
(void) | - onPageChanged:currentIndex: |
Triggered when current page is changed. More... | |
(void) | - onPageInvisible: |
Triggered when the page becomes invisible. More... | |
(void) | - onPageJumped |
Triggered by the page navigation or link jump. More... | |
(void) | - onPagesFlattened: |
Triggered when page were flattened. More... | |
(void) | - onPagesInsertedAtRange: |
Triggered when pages were inserted. More... | |
(void) | - onPagesMoved:dstIndex: |
Triggered when pages were moved to a new index. More... | |
(void) | - onPagesRemoved: |
Triggered when pages were removed. More... | |
(void) | - onPagesRotated:rotation: |
Triggered when pages were rotated. More... | |
(void) | - onPagesWillFlatten: |
Triggered when page will be flattened. More... | |
(void) | - onPagesWillMove:dstIndex: |
Triggered when pages will be moved to a new index. More... | |
(void) | - onPagesWillRemove: |
Triggered when pages will be removed. More... | |
(void) | - onPagesWillRotate:rotation: |
Triggered when pages will be rotated. More... | |
(void) | - onPageVisible: |
Triggered when the page becomes visible. More... | |
![]() | |
(void) | - didRotateFromInterfaceOrientation: |
Triggered after rotation is done. More... | |
(void) | - willAnimateRotationToInterfaceOrientation:duration: |
Triggered when animated rotation begins. More... | |
(void) | - willRotateToInterfaceOrientation:duration: |
Triggered when rotation begins. More... | |
![]() | |
(void) | - onAnnotAdded:annot: |
Triggered when the annotation is added. More... | |
(void) | - onAnnotDeleted:annot: |
Triggered when the annotation is deleted. More... | |
(void) | - onAnnotDeselected:annot: |
Triggered when the annotation is deselected. More... | |
(void) | - onAnnotFlattened:annot: |
Triggered when the annotation is flattened. More... | |
(void) | - onAnnotModified:annot: |
Triggered when the annotation is modified. More... | |
(void) | - onAnnotsAdded: |
Triggered when the annotations are added. More... | |
(void) | - onAnnotSelected:annot: |
Triggered when the annotation is selected. More... | |
(void) | - onAnnotsWillDelete: |
Triggered before the annotations will be deleted. More... | |
(void) | - onAnnotWillDelete:annot: |
Triggered before the annotation is deleted. More... | |
(void) | - onAnnotWillFlatten:annot: |
Triggered before the annotation is flattened. More... | |
![]() | |
(void) | - onRecovered |
Triggered after the view control has recovered from running out of memory. More... | |
(void) | - onWillRecover |
Triggered before recovering the view control. More... | |
![]() | |
(BOOL) | - onLinkOpen:LocationInfo: |
Triggered when the link is clicked. More... | |
![]() | |
(BOOL) | - canReplaceDigitalSignatureOriginalFile: |
Whether the digital signature can replace the original file. More... | |
(void) | - onDigitalSignatureSigned: |
Triggered when a digital signature is signed. More... | |
(void) | - onDigitalSignatureSigned:originalDoc:outputPath: |
Triggered when a digital signature is signed. More... | |
![]() | |
(void) | - onUIInteractElementClicked: |
Triggered when ui interaction element will be clicked. More... | |
Class Methods | |
(NSSet< UIExtensionsManager * > *) | + openedExtensionsManagers |
(void) | + printDoc:animated:inWindow:jobName:delegate:completionHandler: |
Print the document by displaying an UI to select printer. More... | |
(void) | + printDoc:fromRect:inView:animated:inWindow:jobName:delegate:completionHandler: |
Print the rect in the specified view by displaying an UI to select printer. More... | |
Properties | |
id< FSActionCallback > | actionHandler |
The Current action handler. More... | |
NSMutableDictionary< NSNumber *, FSReadToolSettings * > * | addToolsSettings |
Get/set settings on add tools .If set to nil, it will be automatically created using default config. More... | |
NSString * | annotAuthor |
Set/get annot author. More... | |
id< FSAnnotsPermissionDelegate > | annotsPermissionDelegate |
Delegate of annotations permission. If set, once one of the implementation results is false, the form function will be disabled. More... | |
FSAppInfoProvider * | appInfoProvider |
Set/Get the app Info provider. More... | |
FSMainBottombar * | bottomToolbar |
The Current UIExtensionsManager bottomToolbar. More... | |
BOOL | canUpdateAnnotDefaultProperties |
Can update annot default properties, default is yes. More... | |
BOOL | continueAddAnnot |
Whether to keep tool active after using it to add an annotation. More... | |
FSAnnot * | currentAnnot |
The Current selected annotation. More... | |
UIExtensionsManager * | currentExtManager |
id< IToolHandler > | currentToolHandler |
The Current tool handler. More... | |
FSXFAWidget * | currentWidget |
The Current selected xfa widget. More... | |
id< UIExtensionsManagerDelegate > | delegate |
Delegate of UI extensions manager. More... | |
BOOL | disableFingerWhenLinkApplePencil |
Whether to disable finger add ink type annotation when linking to Apple Pencil . The default is YES. More... | |
FSPDFDocSaveFlags | docSaveFlag |
The Current doc save flag. More... | |
BOOL | enableHighlightForm |
Whether to allow to highlight form and call -[FSPDFViewCtrl Refresh] if you want to take effect immediately. More... | |
BOOL | enableHighlightLinks |
Whether to allow to highlight links. More... | |
BOOL | enableLinks |
Whether to allow to jump to link address when tap on the link annotation. More... | |
id< FSExtFileOpenDelegate > | extFileOpenDelegate |
Delegate for opening external file . More... | |
void(^ | goBack )(void) |
Caller can choose to provide a block to execute when user tap on 'back' button on the top toolbar. More... | |
UIColor * | highlightFormColor |
Get/Set the highlight color for form and call -[FSPDFViewCtrl Refresh] if you want to take effect immediately. More... | |
BOOL | isAutoSaveDoc |
Set to automatically save documents Yes/No. More... | |
BOOL | isAutoSaveSignedDoc |
Set to automatically save the signed document Yes/No. More... | |
BOOL | isDocModified |
Whether the current document is modified or not. More... | |
BOOL | isFullScreen |
Whether is full screen. When full screen, top and bottom bar is not shown. More... | |
BOOL | isMultiFileMode |
Whether the preview mode is multiple file mode. More... | |
BOOL | isScreenLocked |
Whether screen rotation is locked or not. More... | |
UIColor * | linksHighlightColor |
Get/Set the highlight color for links. More... | |
FSMeasurementUnits | measurementUnits |
Measurement units for page size information. The default is inch. More... | |
id< FSMenuControlDelegate > | menuControlDelegate |
Delegate of menucontrol. More... | |
FSMenuViewManager * | menuViewManager |
The custom view manager . More... | |
MoreMenuView * | more |
The more menu View. More... | |
FSPanelController * | panelController |
The panel controller. More... | |
FSPDFViewCtrl * | pdfViewCtrl |
The PDF view control. More... | |
id< IFSPermissionProvider > | permissionProvider |
Permission provider. More... | |
UIStatusBarStyle | preferredStatusBarStyle |
The controller preferred status bar style for UIExtensionsManager. The default is UIStatusBarStyleDefault. More... | |
BOOL | prefersStatusBarHidden |
Whether the PDF view hide the status bar. More... | |
NSString * | preventOverrideFilePath |
Prevent to override original pdf file. More... | |
UIColor * | primaryColor |
Get/Set the primary color The default is #923094. More... | |
UIColor * | selectionHighlightColor |
Get/Set the highlight color for text selection. More... | |
FSSettingBar * | settingBar |
The setting bar. It shows when tap on the view button in the bottom bar. More... | |
NSString * | signedDocSavePath |
Set/Get the full PDF file path where the signed document is saved and it works when set to automatically save the signed document. More... | |
UIColor * | stateBarColor |
Get/Set the stateBar color. More... | |
FSMainTopbar * | topToolbar |
The Current UIExtensionsManager topToolbar. More... | |
BOOL | useLogicalPageNumbers |
Whether to use logical page numbers. The default is NO. More... | |
The UI extensions manager which has included the default implementation of text selection tool, annotation tools... and so on.
- (void) changeState: | (FSUIManagerState) | state |
Change state of extensions manager. It is only be supported after the document is opened.
[in] | state | New state. Please refer to FSUIManagerStateXXX and FSUIManagerState values and it would be one of these values. |
- (void) documentSaveAS: | (void(^)(void)) | successed | |
error: | (void(^)(void)) | error | |
Save the file to the specified location.
[in] | successed | callback. |
[in] | error | callback. |
- (void) enableBottomToolbar: | (BOOL) | isEnabled |
Enable or disable bottom toolbar.No effect on bottom toolbar in full screen mode.
[in] | isEnabled | Whether bottom toolbar is enabled or not. |
- (void) enableModification: | (BOOL) | isEnabled |
Set whether the pdf document can be modified. The default is allow modification.
[in] | isEnabled | Whether the pdf document can be modified. |
- (void) enableSmallBottomToolbar: | (BOOL) | isEnabled |
Enable or disable small bottom toolbar.
[in] | isEnabled | Whether small bottom toolbar is enabled or not. |
- (void) enableSmallTopToolbar: | (BOOL) | isEnabled |
Enable or disable small top toolbar.
[in] | isEnabled | Whether small top toolbar is enabled or not. |
- (void) enableTopToolbar: | (BOOL) | isEnabled |
Enable or disable top toolbar.No effect on top toolbar in full screen mode.
[in] | isEnabled | Whether top toolbar is enabled or not. |
- (id<IAnnotHandler>) getAnnotHandlerByType: | (FSAnnotType) | type |
Get the annotation handler by annotation type.
[in] | type | The type of annotation. Please refer to FSAnnotType values and it would be one of these values. |
- (NSString *) getCurrentSelectedText |
Get current selected text.
- (__kindof id<IModule>) getModuleByName: | (FSModuleStringName) | name |
Get the module by module name.
- (FSReadToolSettings *) getReadToolSettingsForType: | (FSReadToolSettingsType) | settingsType |
Get t tool settings.
[in] | settingsType | The type of settings. Please refer to FSReadToolSettingsTypeXXX values and it would be one of these values. |
- (FSUIManagerState) getState |
Get state of extensions manager.
- (NSMutableDictionary *) getToolbarItemHiddenStatus |
Get toolbar item hide/show status.
- (id<IToolHandler>) getToolHandlerByName: | (NSString *) | name |
Get the current tool handler by name, which is defined above Tool_XXX.
[in] | name | The name of tool handler. |
- (id) initWithPDFViewControl: | (FSPDFViewCtrl *) | viewctrl |
Intialize extensions manager.
[in] | viewctrl | The PDF view control. |
- (id) initWithPDFViewControl: | (FSPDFViewCtrl *) | viewctrl | |
configuration: | (NSData *_Nullable) | jsonConfigData | |
Intialize extensions manager.
[in] | viewctrl | The PDF view control. |
[in] | jsonConfigData | The json file data. See uiextensions_config.json for an example |
- (id) initWithPDFViewControl: | (FSPDFViewCtrl *) | viewctrl | |
configurationObject: | (UIExtensionsConfig *_Nonnull) | configuration | |
Intialize extensions manager.
[in] | viewctrl | The PDF view control. |
[in] | configuration | The modules configuration. |
+ (NSSet<UIExtensionsManager *> *) openedExtensionsManagers |
Provided by category UIExtensionsManager(SupportsMultipleScenes).
+ (void) printDoc: | (FSPDFDoc *) | doc | |
animated: | (BOOL) | animated | |
inWindow: | (UIWindow *) | window | |
jobName: | (nullable NSString *) | jobName | |
delegate: | (nullable id< UIPrintInteractionControllerDelegate >) | delegate | |
completionHandler: | (nullable UIPrintInteractionCompletionHandler) | completion | |
Print the document by displaying an UI to select printer.
[in] | doc | The pdf document. |
[in] | animated | Use animation or not . |
[in] | jobName | The printing job name. |
[in] | delegate | The delegate for printing. |
[in] | completion | A completion handler to be invoked after printing job is done. |
+ (void) printDoc: | (FSPDFDoc *) | doc | |
fromRect: | (CGRect) | rect | |
inView: | (UIView *) | view | |
animated: | (BOOL) | animated | |
inWindow: | (UIWindow *) | window | |
jobName: | (nullable NSString *) | jobName | |
delegate: | (nullable id< UIPrintInteractionControllerDelegate >) | delegate | |
completionHandler: | (nullable UIPrintInteractionCompletionHandler) | completion | |
Print the rect in the specified view by displaying an UI to select printer.
[in] | doc | The pdf document. |
[in] | rect | The rectangle area in the specified UIView. |
[in] | view | The specified UIView. |
[in] | animated | Use animation or not . |
[in] | jobName | The printing job name. |
[in] | delegate | The delegate for printing. |
[in] | completion | A completion handler to be invoked after printing job is done. |
- (void) registerAnnotEventListener: | (id< IAnnotEventListener >) | listener |
Register the annotation event listener.
[in] | listener | The annot event listener. |
- (void) registerAnnotHandler: | (id< IAnnotHandler >) | annotHandler |
Register an annotation handler.
[in] | annotHandler | The annot handler. |
- (void) registerDocModifiedEventListener: | (id< IDocModifiedEventListener >) | listener |
Register the document modified event listener.
[in] | listener | The document modified event listener. |
- (void) registerFullScreenListener: | (id< IFullScreenListener >) | listener |
Register a full screen event listener.
[in] | listener | The Full Screen Listener. |
- (void) registerLinkEventListener: | (id< ILinkEventListener >) | listener |
Register the link event listener.
[in] | listener | The link event listener. |
- (void) registerPageNumberListener: | (id< IPageNumberListener >) | listener |
Register a page number event listener.
[in] | listener | The Page Number Listener. |
- (void) registerRotateChangedListener: | (id< IRotationEventListener >) | listener |
Register a rotation event listener.
[in] | listener | The Rotation Event Listener. |
- (void) registerSearchEventListener: | (id< ISearchEventListener >) | listener |
Register the tool event listener.
[in] | listener | The search event listener. |
- (void) registerSignatureEventListener: | (id< ISignatureEventListener >) | listener |
Register the signature event listener.
[in] | listener | The signature event listener. |
- (void) registerToolEventListener: | (id< IToolEventListener >) | listener |
Register the tool event listener.
[in] | listener | The tool event listener. |
- (void) registerToolHandler: | (id< IToolHandler >) | toolHandler |
Register a tool handler.
[in] | toolHandler | The tool handler. |
- (void) registerUIInteractionEventListener: | (id< IUIInteractionEventListener >) | listener |
Register the UI Interaction event listener.
[in] | listener | The UI Interaction event listener. |
- (void) resumeAutoFullScreen |
Resume the auto full screen mode.
- (void) setFullScreen: | (BOOL) | fullScreen |
Enter or exit full screen mode.
[in] | fullScreen | Boolean flag to indicate whether to enter full screen mode or not. |
- (void) setMoreItemClikedCallback: | (void(^)(UIView *moreItem)) | clickedCallback |
Set the callback method of more Item Clicked.
[in] | clickedCallback | the callback method |
- (void) setToolbarItemHiddenWithTag: | (FS_TOOLBAR_ITEM_TAG) | itemTag | |
hidden: | (BOOL) | isHidden | |
Set mainToolbar item hide/show.
Currently, if the itemTag is just one of following formats, FS_TOOLBAR_ITEM_TAG_XXX, For other unsupported itemTag, this function will do nothing change.
[in] | itemTag | The item tag will show/hide. |
[in] | isHidden | The item show/hide . |
- (void) showPropertyWithToolSettings: | (FSReadToolSettings *) | toolSettings | |
rect: | (CGRect) | rect | |
inView: | (UIView *) | view | |
Show the property bar to set annotation color and opacity.
[in] | toolSettings | Tool settings item |
[in] | rect | The rect of property bar. |
[in] | view | The view that property bar belong. |
- (void) showSearchBar: | (BOOL) | show |
Show or hide the text searching bar on the UI main screen. It will appear on the top of main screen.
[in] | show | The search bar show/hide. |
- (void) suspendAutoFullScreen |
Suspend the auto full screen mode.
- (void) unregisterAnnotEventListener: | (id< IAnnotEventListener >) | listener |
Unregister the annotation event listener.
[in] | listener | The annot event listener. |
- (void) unregisterAnnotHandler: | (id< IAnnotHandler >) | annotHandler |
Remove an annotation handler.
[in] | annotHandler | The annot handler. |
- (void) unregisterDocModifiedEventListener: | (id< IDocModifiedEventListener >) | listener |
Unregister the document modified event listener.
[in] | listener | The document modified event listener. |
- (void) unregisterFullScreenListener: | (id< IFullScreenListener >) | listener |
Unregister a full screen event listener.
[in] | listener | The Full Screen Listener. |
- (void) unregisterLinkEventListener: | (id< ILinkEventListener >) | listener |
Unregister the link event listener.
[in] | listener | The link event listener. |
- (void) unregisterPageNumerListener: | (id< IPageNumberListener >) | listener |
Unregister a page number event listener.
[in] | listener | The Page Number Listener. |
- (void) unregisterRotateChangedListener: | (id< IRotationEventListener >) | listener |
Unregister a rotation event listener.
[in] | listener | The Rotation Event Listener. |
- (void) unregisterSearchEventListener: | (id< ISearchEventListener >) | listener |
Unregister the tool event listener.
[in] | listener | The search event listener. |
- (void) unregisterSignatureEventListener: | (id< ISignatureEventListener >) | listener |
Unregister the signature event listener.
[in] | listener | The signature event listener. |
- (void) unregisterToolEventListener: | (id< IToolEventListener >) | listener |
Unregister the tool event listener.
[in] | listener | The tool event listener. |
- (void) unregisterToolHandler: | (id< IToolHandler >) | toolHandler |
Remove a tool handler.
[in] | toolHandler | The tool handler. |
- (void) unregisterUIInteractionEventListener: | (id< IUIInteractionEventListener >) | listener |
Unregister the UI Interaction event listener.
[in] | listener | The UI Interaction event listener. |
|
readwritenonatomicstrong |
The Current action handler.
|
readwritenonatomicstrong |
Get/set settings on add tools .If set to nil, it will be automatically created using default config.
|
readwritenonatomiccopy |
Set/get annot author.
|
readwritenonatomicweak |
Delegate of annotations permission. If set, once one of the implementation results is false, the form function will be disabled.
|
readwritenonatomicstrong |
Set/Get the app Info provider.
|
readnonatomicstrong |
The Current UIExtensionsManager bottomToolbar.
|
readwritenonatomicassign |
Can update annot default properties, default is yes.
|
readwritenonatomicassign |
Whether to keep tool active after using it to add an annotation.
|
readwritenonatomicstrong |
The Current selected annotation.
|
readwritenonatomicweak |
Provided by category UIExtensionsManager(SupportsMultipleScenes).
|
readwritenonatomicstrong |
The Current tool handler.
|
readwritenonatomicstrong |
The Current selected xfa widget.
|
readwritenonatomicweak |
Delegate of UI extensions manager.
|
readwritenonatomicassign |
Whether to disable finger add ink type annotation when linking to Apple Pencil . The default is YES.
|
readwritenonatomicassign |
The Current doc save flag.
|
readwritenonatomicassign |
Whether to allow to highlight form and call -[FSPDFViewCtrl Refresh] if you want to take effect immediately.
|
readwritenonatomicassign |
Whether to allow to highlight links.
|
readwritenonatomicassign |
Whether to allow to jump to link address when tap on the link annotation.
|
readwritenonatomicweak |
Delegate for opening external file .
|
readwritenonatomiccopy |
Caller can choose to provide a block to execute when user tap on 'back' button on the top toolbar.
|
readwritenonatomicstrong |
Get/Set the highlight color for form and call -[FSPDFViewCtrl Refresh] if you want to take effect immediately.
|
readwritenonatomicassign |
Set to automatically save documents Yes/No.
|
readwritenonatomicassign |
Set to automatically save the signed document Yes/No.
|
readwritenonatomicassign |
Whether the current document is modified or not.
|
readwritenonatomicassign |
Whether is full screen. When full screen, top and bottom bar is not shown.
|
readwritenonatomicassign |
Whether the preview mode is multiple file mode.
|
readnonatomicassign |
Whether screen rotation is locked or not.
|
readwritenonatomicstrong |
Get/Set the highlight color for links.
|
readwritenonatomicassign |
Measurement units for page size information. The default is inch.
|
readwritenonatomicweak |
Delegate of menucontrol.
|
readnonatomicstrong |
The custom view manager .
|
readnonatomicstrong |
The more menu View.
|
readwritenonatomicstrong |
The panel controller.
|
readnonatomicstrong |
The PDF view control.
|
readwritenonatomicstrong |
Permission provider.
|
readwritenonatomicassign |
The controller preferred status bar style for UIExtensionsManager. The default is UIStatusBarStyleDefault.
|
readnonatomicassign |
Whether the PDF view hide the status bar.
|
readwritenonatomicstrong |
Prevent to override original pdf file.
|
readwritenonatomicstrong |
Get/Set the primary color The default is #923094.
|
readwritenonatomicstrong |
Get/Set the highlight color for text selection.
|
readwritenonatomicstrong |
The setting bar. It shows when tap on the view button in the bottom bar.
|
readwritenonatomicstrong |
Set/Get the full PDF file path where the signed document is saved and it works when set to automatically save the signed document.
|
readwritenonatomicstrong |
Get/Set the stateBar color.
|
readnonatomicstrong |
The Current UIExtensionsManager topToolbar.
|
readwritenonatomicassign |
Whether to use logical page numbers. The default is NO.