Foxit PDF SDK
9.1
|
Instance Methods | |
(FSMainToolbar *) | - getToolbar: |
Get mainToolbar with the toolbar type. More... | |
(void) | - setToolbar:forToolbarType: |
Add FSMainToolbar for toolbar type. More... | |
- (FSMainToolbar*) getToolbar: | (FSPDFScanToolbarType) | toolbarType |
Get mainToolbar with the toolbar type.
[in] | toolbarType | The toolbar type that supports the toolbar. Please refer to FSPDFScanToolbarTypeXXX values and it would be one of these values. |
- (void) setToolbar: | (FSMainToolbar *) | toolbar | |
forToolbarType: | (FSPDFScanToolbarType) | toolbarType | |
Add FSMainToolbar for toolbar type.
[in] | toolbar | The toolbar. |
[in] | toolbarType | The toolbar type that supports toolbar. Please refer to FSPDFScanToolbarTypeXXX values and it would be one of these values. |