|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
An interface that describes all configuration options of customize the signature flow. More...
Public Member Functions | |
| Function | getSigner (callback:(signField:ISignatureField)=>Promise< void >) |
| Get the signer information of the signature. More... | |
| Function | showSignatureProperty (callback:(signField:PDFFormField)=>Promise< void >) |
| Customize the signature property dialog flow. More... | |
| Function | showVerificationInfo (callback:(signField:ISignatureField)=>Promise< void >) |
| Customize the verification information dialog flow. More... | |
| Function | sign (callback:(signField:ISignatureField)=>Promise< SignatureInfomation >) |
| Customize the signing flow. More... | |
| Function | verify (callback:(signField:ISignatureField)=>Promise< void >) |
| Customize the verification flow. More... | |
An interface that describes all configuration options of customize the signature flow.
| Function getSigner | ( | callback:(signField:ISignatureField) | , |
| Promise< void > | |||
| ) |
Get the signer information of the signature.
| callback | (signField:ISignatureField)=>Promise<void> - Triggered when showing the properity of the specified signature. |
| Function showSignatureProperty | ( | callback:(signField:PDFFormField) | , |
| Promise< void > | |||
| ) |
Customize the signature property dialog flow.
| callback | (signField:ISignatureField)=>Promise<void> - Triggered when showing the properity of the specified signature. |
| Function showVerificationInfo | ( | callback:(signField:ISignatureField) | , |
| Promise< void > | |||
| ) |
Customize the verification information dialog flow.
| callback | (signField:ISignatureField)=>Promise<void> - Triggered When verifying the specified signed field. |
| Function sign | ( | callback:(signField:ISignatureField) | , |
| Promise< SignatureInfomation > | |||
| ) |
Customize the signing flow.
| callback | (signField:ISignatureField)=>Promise<SignatureInfomation> - Triggered when a new unsigned field is selected. |
| Function verify | ( | callback:(signField:ISignatureField) | , |
| Promise< void > | |||
| ) |
Customize the verification flow.
| callback | (signField:ISignatureField)=>Promise<void> - Triggered when a signed field is selected. |