Foxit PDF SDK  9.1
SignatureModule Class Reference
Inheritance diagram for SignatureModule:
<IDocEventListener> <IToolEventListener>

Instance Methods

(UIImage *) - getSignatureViewImage
 Get currnet signature view Image. More...
 
(instancetype) - initWithExtensionsManager:
 Intialize thumbnail module. More...
 
- Instance Methods inherited from <IDocEventListener>
(void) - onDocClosed:error:
 Triggered when the document is closed. More...
 
(void) - onDocLoading:progress:
 Triggered when loading documents. More...
 
(void) - onDocOpened:error:
 Triggered when the document is opened. More...
 
(void) - onDocSaved:error:
 Triggered when the document is saved. More...
 
(void) - onDocWillClose:
 Triggered when the document will be closed. More...
 
(void) - onDocWillOpen
 Triggered when the document will be opened. More...
 
(void) - onDocWillSave:
 Triggered when the document will be saved. More...
 
- Instance Methods inherited from <IToolEventListener>
(void) - onToolChanged:CurrentToolName:
 Triggered when the current tool handler of extensions manager is changed. More...
 

Properties

void(^ signatureViewHasChanged )(BOOL hasChanged)
 Get signature view has changed call back. More...
 
FSMainToolbarsignatureViewTopBar
 Get signature view top bar. 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

◆ getSignatureViewImage

- (UIImage *) getSignatureViewImage

Get currnet signature view Image.

Returns
The currnet signature view Image.

◆ initWithExtensionsManager:

- (instancetype) initWithExtensionsManager: (UIExtensionsManager *)  extensionsManager

Intialize thumbnail module.

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

Property Documentation

◆ signatureViewHasChanged

- (void(^ signatureViewHasChanged) (BOOL hasChanged))
readwritenonatomiccopy

Get signature view has changed call back.

◆ signatureViewTopBar

- (FSMainToolbar*) signatureViewTopBar
readnonatomicstrong

Get signature view top bar.