FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
SignatureVerificationOptions Class Reference

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...
 

Detailed Description

Options for configuring the verification process of PDF form signatures.

Since
11.0.0
See also
PDFSignature.verify

Member Data Documentation

◆ force

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.

Since
11.0.0

◆ handler

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.

Since
11.0.0

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.