Foxit PDF SDK  9.1
PDFScanToolbarManager Class Reference
Inheritance diagram for PDFScanToolbarManager:

Instance Methods

(FSMainToolbar *) - getToolbar:
 Get mainToolbar with the toolbar type. More...
 
(void) - setToolbar:forToolbarType:
 Add FSMainToolbar for toolbar type. More...
 

Method Documentation

◆ getToolbar:

- (FSMainToolbar*) getToolbar: (FSPDFScanToolbarType toolbarType

Get mainToolbar with the toolbar type.

Parameters
[in]toolbarTypeThe toolbar type that supports the toolbar. Please refer to FSPDFScanToolbarTypeXXX values and it would be one of these values.
Returns
The object of FSMainToolbar.

◆ setToolbar:forToolbarType:

- (void) setToolbar: (FSMainToolbar *)  toolbar
forToolbarType: (FSPDFScanToolbarType toolbarType 

Add FSMainToolbar for toolbar type.

Parameters
[in]toolbarThe toolbar.
[in]toolbarTypeThe toolbar type that supports toolbar. Please refer to FSPDFScanToolbarTypeXXX values and it would be one of these values.