FoxitPDFSDKforWeb v10.0.0
Foxit PDF SDK for Web
ISignVerifiedResultDialog Interface Reference

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

Public Member Functions

 destroy ()
 Cleans up resources used by the dialog. More...
 
 hide ()
 Hides the dialog. More...
 
 isOpened ()
 Checks if the dialog is currently opened. More...
 
 openWith (widget:Widget|XFAWidgetInfo, result:number)
 Opens the signature dialog with the specified signature widget. More...
 

Detailed Description

Interface for displaying the result of verifing signature.

Since
10.1.0
See also
ISignatureUI
IViewerUI.getSignatureUI

Member Function Documentation

◆ destroy()

ISignVerifiedResultDialog::destroy ( )

Cleans up resources used by the dialog.

Returns
void -
Since
10.1.0

◆ hide()

ISignVerifiedResultDialog::hide ( )

Hides the dialog.

Returns
void -
Since
10.1.0

◆ isOpened()

ISignVerifiedResultDialog::isOpened ( )

Checks if the dialog is currently opened.

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

◆ openWith()

ISignVerifiedResultDialog::openWith ( widget:Widget|  XFAWidgetInfo,
result:number   
)

Opens the signature dialog with the specified signature widget.

Parameters
widgetWidget|XFAWidgetInfo - The signature widget. Could be the xfa signature info.
resultnumber - The signature's state. Please refer to Signature_State.
Returns
Promise<void> - Resolves when the dialog is successfully opened.
Since
10.1.0

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