FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
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... | |
Interface for displaying the result of verifing signature.
ISignVerifiedResultDialog::destroy | ( | ) |
Cleans up resources used by the dialog.
ISignVerifiedResultDialog::getCurrentSignature | ( | ) |
Gets the current signature widget if it exists.
ISignVerifiedResultDialog::hide | ( | ) |
Hides the dialog.
ISignVerifiedResultDialog::isOpened | ( | ) |
Checks if the dialog is currently opened.
ISignVerifiedResultDialog::openWith | ( | signature:ISignatureField | ) |
Opens the dialog with the specified signature widget.
signature | ISignatureField - The signature field to be used. |