FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Options for configuring the verification process of PDF form signatures. More...
Public Attributes | |
boolean | force |
Determines whether to force verification even if a result is already cached. If set to true, the verification will be performed regardless of existing cache entries. More... | |
VerifySignatureHandler | handler |
A custom callback function to handle sending verification data to the server. This function should implement the VerifySignatureHandler type to process and send signature verification data. More... | |
Options for configuring the verification process of PDF form signatures.
boolean SignatureVerificationOptions::force |
Determines whether to force verification even if a result is already cached. If set to true, the verification will be performed regardless of existing cache entries.
VerifySignatureHandler SignatureVerificationOptions::handler |
A custom callback function to handle sending verification data to the server. This function should implement the VerifySignatureHandler
type to process and send signature verification data.