FoxitPDFSDKforWeb  v9.2.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 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. More...
 
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. 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

◆ 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
@2023 Foxit Software Incorporated. All rights reserved.