| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
Represents a PDF form signature annotation component in the PDF viewer. This class is responsible for handling the PDF form signature annotation component's lifecycle, rendering, and context menu configuration. More...
Inherits WidgetAnnot.
| Public Member Functions | |
| async | signDoc (settings:SignDocInfo, sign:DigestSignHandler) | 
| Signs the PDF document with the given sign settings and sign handler. The signed document will be opened in the viewer.  More... | |
| async | startSignWorkflow () | 
| Starts the signing workflow for the signature field. The default built-in implementation is: it opens a dialog to allow the user to sign the document.  More... | |
| async | startVerifyWorkflow () | 
| Starts the verification workflow for the signature field. The default built-in implementation is: it opens a dialog to show the verified result of the signature.  More... | |
| Protected Member Functions | |
| async | handleOnClick () | 
| Handles the click event on the signature annot.  More... | |
Represents a PDF form signature annotation component in the PDF viewer. This class is responsible for handling the PDF form signature annotation component's lifecycle, rendering, and context menu configuration.
| 
 | inlineprotected | 
Handles the click event on the signature annot.
This method can be overridden in subclasses to provide custom behavior for handling the click event by registering a mixin function with the ViewerAnnotManager.registerMatchRule method.
| 
 | inline | 
Signs the PDF document with the given sign settings and sign handler. The signed document will be opened in the viewer.
| settings | SignDocInfo - The sign settings. | 
| sign | DigestSignHandler - The sign handler. | 
| 
 | inline | 
Starts the signing workflow for the signature field. The default built-in implementation is: it opens a dialog to allow the user to sign the document.
| 
 | inline | 
Starts the verification workflow for the signature field. The default built-in implementation is: it opens a dialog to show the verified result of the signature.