FoxitPDFSDKforWeb  8.4.0
Foxit PDF SDK for Web
AddImageController Class Reference

Inherits Controller.

Detailed Description

Feature:

click to switch current state to add-image tool .

Usage:

in template:

<add-image-button @controller="edit:AddImageController"></add-image-button>
<contextmenu-item @controller="edit:AddImageController"></contextmenu-item>
<xbutton @controller="edit:AddImageController"></xbutton>

in fragment config:

new PDFUI({
fragments: [{
target: 'image-tool',
config: {
callback: UIExtension.controllers.AddImageController
}
}]
});

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