FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
This class is used to record the settings information required for signatures and custom verification handlers. The recorded information will be used in the SDK's built-in signature UI. More...
Public Member Functions | |
overrideSigningWorkflow (signingWorkflowHandler:SigningWorkflowHandler) | |
Overrides the default signing workflow for all signature fields. More... | |
overrideVerifyWorkflow (verifyCallback:VerifyWorkflowHandler) | |
Overrides the verify workflow for all signature fields. More... | |
setSignerOverridePolicy (verridePolicy:SignerOverridePolicy) | |
Sets the override policy for the signer. More... | |
This class is used to record the settings information required for signatures and custom verification handlers. The recorded information will be used in the SDK's built-in signature UI.
|
inline |
Overrides the default signing workflow for all signature fields.
When a custom signing workflow handler is provided, it will be used to manage the signing process.
If a custom signing workflow handler is set, the viewer will invoke the callback whenever the user clicks on a signature field to sign it. The callback should return the signing settings to be used for the signature.
Example:
signingWorkflowHandler | SigningWorkflowHandler - The custom signing workflow handler. |
|
inline |
Overrides the verify workflow for all signature fields.
If a custom verify callback is set, it will be used to verify the signature.
Example:
verifyCallback | VerifyWorkflowHandler - The verify callback to call. |
|
inline |
Sets the override policy for the signer.
If the policy is set, the viewer will call the policy when the user clicks on a signed signature field to show its properties. The policy can choose to override the signer name with a custom one.
Example:
verridePolicy | SignerOverridePolicy - The override policy to set. |