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

Interface for displaying the information of verified signature. More...

Public Member Functions

 destroy ()
 Cleans up resources used by the dialog. More...
 
 hide ()
 Hides the signature dialog. More...
 
 isOpened ()
 Checks if the signature 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 information of verified signature.

Since
10.1.0
See also
ISignatureUI
IViewerUI.getSignatureUI

Member Function Documentation

◆ destroy()

ISignedSignaturePropertiesDialog::destroy ( )

Cleans up resources used by the dialog.

Returns
void -
Since
10.1.0

◆ hide()

ISignedSignaturePropertiesDialog::hide ( )

Hides the signature dialog.

Returns
void -
Since
10.1.0

◆ isOpened()

ISignedSignaturePropertiesDialog::isOpened ( )

Checks if the signature dialog is currently opened.

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

◆ openWith()

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