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

Defines the interface for managing signature-related UI elements in document viewer applications. More...

Inheritance diagram for ISignatureUI:
XSignatureUI

Public Member Functions

 getSignDocumentDialog ()
 Retrieves the dialog used for displaying and signing documents. More...
 
 getSignedPropertiesDialog ()
 Retrieves the dialog for displaying the properties of a signed signature. More...
 
 getSignVerifiedResultDialog ()
 Retrieves the dialog for displaying the verification results of a signature. More...
 

Detailed Description

Defines the interface for managing signature-related UI elements in document viewer applications.

Since
11.0.0

Member Function Documentation

◆ getSignDocumentDialog()

ISignatureUI::getSignDocumentDialog ( )

Retrieves the dialog used for displaying and signing documents.

Returns
Promise<ISignDocDialog> - A promise that resolves to an ISignDocDialog instance when the dialog is successfully retrieved.
Since
11.0.0

Implemented in XSignatureUI.

◆ getSignedPropertiesDialog()

ISignatureUI::getSignedPropertiesDialog ( )

Retrieves the dialog for displaying the properties of a signed signature.

Returns
Promise<ISignedSignaturePropertiesDialog> - A promise that resolves to an ISignedSignaturePropertiesDialog instance when the dialog is successfully retrieved.
Since
11.0.0

Implemented in XSignatureUI.

◆ getSignVerifiedResultDialog()

ISignatureUI::getSignVerifiedResultDialog ( )

Retrieves the dialog for displaying the verification results of a signature.

Returns
Promise<ISignVerifiedResultDialog> - A promise that resolves to an ISignVerifiedResultDialog instance when the dialog is successfully retrieved.
Since
11.0.0

Implemented in XSignatureUI.

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