FoxitPDFSDKforWeb
v10.0.0
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: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... | |
An interface that describes all configuration options of customize the signature flow.
Function getSigner | ( | callback:(signField:PDFField) | , |
Promise< void > | |||
) |
Get the signer information of the signature.
callback | (signField:PDFField)=>Promise<void> - Triggered when showing the properity of the specified signature. |
callback.signField | PDFField - The selected signed field. |
Function showSignatureProperty | ( | callback:(signField:PDFField) | , |
Promise< void > | |||
) |
Customize the signature property dialog flow.
callback | (signField:PDFField)=>Promise<void> - Triggered when showing the properity of the specified signature. |
callback.signField | PDFField - The selected signed field. |
Function showVerificationInfo | ( | callback:(signField:PDFField) | , |
Promise< void > | |||
) |
Customize the verification information dialog flow.
callback | (signField:PDFField)=>Promise<void> - Triggered When verifying the specified signed field. |
callback.signField | PDFField - The selected signed field. |
Function sign | ( | callback:(signField:PDFField) | , |
Promise< SignatureInfomation > | |||
) |
Customize the signing flow.
callback | (signField:PDFField)=>Promise<SignatureInfomation> - Triggered when a new unsigned field is selected. |
callback.signField | PDFField - The selected field. |
callback.signInfo | SignatureInfomation - Specifies signature information. |