FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
ISignVerifiedResultDialog Interface Reference

Interface for displaying the result of verifing signature. More...

Inherited by LegacySignVerifiedResultDialog.

Public Member Functions

 destroy ()
 Cleans up resources used by the dialog. More...
 
 getCurrentSignature ()
 Gets the current signature widget if it exists. More...
 
 hide ()
 Hides the dialog. More...
 
 isOpened ()
 Checks if the dialog is currently opened. More...
 
 openWith (signature:ISignatureField)
 Opens the dialog with the specified signature widget. More...
 

Detailed Description

Interface for displaying the result of verifing signature.

Since
11.0.0
See also
ISignatureUI
IViewerUI.getSignatureUI

Member Function Documentation

◆ destroy()

ISignVerifiedResultDialog::destroy ( )

Cleans up resources used by the dialog.

Returns
void -
Since
11.0.0

◆ getCurrentSignature()

ISignVerifiedResultDialog::getCurrentSignature ( )

Gets the current signature widget if it exists.

Returns
ISignatureField|undefined - The current signature field or undefined if not available.
Since
11.0.0

◆ hide()

ISignVerifiedResultDialog::hide ( )

Hides the dialog.

Returns
void -
Since
11.0.0

◆ isOpened()

ISignVerifiedResultDialog::isOpened ( )

Checks if the dialog is currently opened.

Returns
boolean - True if the dialog is opened, otherwise false.

◆ openWith()

ISignVerifiedResultDialog::openWith ( signature:ISignatureField  )

Opens the dialog with the specified signature widget.

Parameters
signatureISignatureField - The signature field to be used.
Returns
Promise<void> - Resolves when the dialog is successfully opened.
Since
11.0.0

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