FoxitPDFSDKforWeb v10.0.0
Foxit PDF SDK for Web
|
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... | |
Interface for displaying the result of verifing signature.
ISignVerifiedResultDialog::destroy | ( | ) |
Cleans up resources used by the dialog.
ISignVerifiedResultDialog::hide | ( | ) |
Hides the dialog.
ISignVerifiedResultDialog::isOpened | ( | ) |
Checks if the dialog is currently opened.
ISignVerifiedResultDialog::openWith | ( | widget:Widget| | XFAWidgetInfo, |
result:number | |||
) |
Opens the signature dialog with the specified signature widget.
widget | Widget|XFAWidgetInfo - The signature widget. Could be the xfa signature info. |
result | number - The signature's state. Please refer to Signature_State. |