Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - quitUIExtensionsManager:control: |
(void) | - uiextensionsManager:onToolBar:hidden: |
Customize toolbar position and animation when toggle hidden state. By default, top toolbar shows with top anchor equaling top anchor of pdf view ctrl and hides with bottom anchor equaling top anchor of pdf view ctrl. User can replace the default behavior by implementing this method. For instance top toolbar can change to top layout guide when it shows, or be added with additional subviews. More... | |
(BOOL) | - uiextensionsManager:openNewDocAtPath:shouldCloseCurrentDoc:completionCallBack: |
Open new pdf doc by path. More... | |
|
optional |
|
optional |
Customize toolbar position and animation when toggle hidden state. By default, top toolbar shows with top anchor equaling top anchor of pdf view ctrl and hides with bottom anchor equaling top anchor of pdf view ctrl. User can replace the default behavior by implementing this method. For instance top toolbar can change to top layout guide when it shows, or be added with additional subviews.
[in] | uiextensionsManager | Current UIExtensionsManager. |
[in] | type | The type of toolbar, see macros FSToolbarType. |
[in] | hidden | Whether to set toolbar to be hidden. |
|
optional |
Open new pdf doc by path.
[in] | uiextensionsManager | Current UIExtensionsManager. |
[in] | path | New pdf doc path. |
[in] | closeCurrentDoc | Whether to close the current document. If NO, then the sdk caller should use a new PDF view Control to open the new document, if YES, then caller should close the current document and open the new document with the current PDF view control. |
[in] | completionCallBack | Used to call back to the caller after the document is opened |