FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
SignPropertyController Class Reference

Inherits Controller.

Detailed Description

Feature:

click to show the signature property dialog.

Usage:

in template:

<contextmenu-item-form-showSignProperty @controller="annot-opr:SignPropertyController"></contextmenu-item-form-showSignProperty>
<contextmenu-item @controller="annot-opr:SignPropertyController"></contextmenu-item>

in fragment config:

new PDFUI({
fragments: [{
target: 'fv--contextmenu-item-form-showSignProperty',
config: {
callback: UIExtension.controllers.SignPropertyController
}
}]
});

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