Foxit PDF SDK
9.1
|
Instance Methods | |
(FSPDFDoc *) | - getCurrnetDocForSelectedPageIndexs |
Get currnet doc for selected page Indexs. More... | |
(void) | - improtDocumentFromPath:success:error: |
Insert pdf documen from the path. More... | |
(instancetype) | - initWithExtensionsManager: |
Intialize thumbnail module. More... | |
(void) | - showThumbnailView |
Show thumbnails to switch and manipulate pages. More... | |
![]() | |
(FSModuleStringName) | - getName |
Get the module name. More... | |
Copyright (C) 2003-2025, Foxit Software Inc.. All Rights Reserved.
The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to distribute any parts of Foxit PDF SDK for iOS to third party or public without permission unless an agreement is signed between Foxit Software Inc. and customers to explicitly grant customers permissions. Review legal.txt for additional license and legal information.
- (FSPDFDoc *) getCurrnetDocForSelectedPageIndexs |
Get currnet doc for selected page Indexs.
- (void) improtDocumentFromPath: | (NSString *) | path | |
success: | (void(^)(NSString *result)) | success | |
error: | (void(^)(NSString *errorInfo)) | error | |
Insert pdf documen from the path.
[in] | path | The pdf document the path. |
[in] | success | The callback will be called when the page insertion is successful. |
[in] | error | The callback will be called when page insertion fails and error message info is thrown. |
- (instancetype) initWithExtensionsManager: | (UIExtensionsManager *) | extensionsManager |
Intialize thumbnail module.
[in] | extensionsManager | The extensions manager. |
- (void) showThumbnailView |
Show thumbnails to switch and manipulate pages.