Foxit PDF SDK  9.1
ThumbnailModule Class Reference
Inheritance diagram for ThumbnailModule:
<IModule>

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...
 
- Instance Methods inherited from <IModule>
(FSModuleStringName) - getName
 Get the module name. More...
 

Detailed Description

Copyright (C) 2003-2025, Foxit Software Inc.. All Rights Reserved.

http://www.foxitsoftware.com

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.

Method Documentation

◆ getCurrnetDocForSelectedPageIndexs

- (FSPDFDoc *) getCurrnetDocForSelectedPageIndexs

Get currnet doc for selected page Indexs.

Returns
The currnet doc for selected page Indexs .

◆ improtDocumentFromPath:success:error:

- (void) improtDocumentFromPath: (NSString *)  path
success: (void(^)(NSString *result))  success
error: (void(^)(NSString *errorInfo))  error 

Insert pdf documen from the path.

Parameters
[in]pathThe pdf document the path.
[in]successThe callback will be called when the page insertion is successful.
[in]errorThe callback will be called when page insertion fails and error message info is thrown.

◆ initWithExtensionsManager:

- (instancetype) initWithExtensionsManager: (UIExtensionsManager *)  extensionsManager

Intialize thumbnail module.

Parameters
[in]extensionsManagerThe extensions manager.
Returns
The thumbnail module.

◆ showThumbnailView

- (void) showThumbnailView

Show thumbnails to switch and manipulate pages.