FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
SignatureFlowOptions Interface Reference

An interface that describes all configuration options of customize the signature flow. More...

Public Member Functions

Function getSigner (callback:(signField:PDFField)=>Promise< void >)
 Get the signer information of the signature. More...
 
Function showSignatureProperty (callback:(signField:PDFField)=>Promise< void >)
 Customize the signature property dialog flow. More...
 
Function showVerificationInfo (callback:(signField:PDFField)=>Promise< void >)
 Customize the verification information dialog flow. More...
 
Function sign (callback:(signField:PDFField)=>Promise< SignatureInfomation >)
 Customize the signing flow. More...
 
Function verify (callback:(signField:PDFField)=>Promise< void >)
 Customize the verification flow. More...
 

Detailed Description

An interface that describes all configuration options of customize the signature flow.

Since
9.1.0

Member Function Documentation

◆ getSigner()

Function getSigner ( callback:(signField:PDFField)  ,
Promise< void >   
)

Get the signer information of the signature.

Note
If you want to customize the signer information of the signature, you should implement this method.
Parameters
callback(signField:PDFField)=>Promise<void> - Triggered when showing the properity of the specified signature.
callback.signFieldPDFField - The selected signed field.
Since
10.0.0

◆ showSignatureProperty()

Function showSignatureProperty ( callback:(signField:PDFField)  ,
Promise< void >   
)

Customize the signature property dialog flow.

Note
If you want to customize the signature properties dialog, you should implement this method, and you also need to implement the 'verify' method.
Parameters
callback(signField:PDFField)=>Promise<void> - Triggered when showing the properity of the specified signature.
callback.signFieldPDFField - The selected signed field.
Since
9.1.0

◆ showVerificationInfo()

Function showVerificationInfo ( callback:(signField:PDFField)  ,
Promise< void >   
)

Customize the verification information dialog flow.

Note
If you want to customize the dialog for the result of verifying signature, you should implement this method, and you also need to implement the 'verify' method.
Parameters
callback(signField:PDFField)=>Promise<void> - Triggered When verifying the specified signed field.
callback.signFieldPDFField - The selected signed field.
Since
9.1.0

◆ sign()

Function sign ( callback:(signField:PDFField)  ,
Promise< SignatureInfomation  
)

Customize the signing flow.

Parameters
callback(signField:PDFField)=>Promise<SignatureInfomation> - Triggered when a new unsigned field is selected.
callback.signFieldPDFField - The selected field.
callback.signInfoSignatureInfomation - Specifies signature information.
Since
9.1.0

◆ verify()

Function verify ( callback:(signField:PDFField)  ,
Promise< void >   
)

Customize the verification flow.

Parameters
callback(signField:PDFField)=>Promise<void> - Triggered when a signed field is selected.
callback.signFieldPDFField - The selected signed field.
Since
9.1.0

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.