FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
DistributeAnnotController Class Reference

Inherits AlignmentAnnotController.

Detailed Description

Feature:

click to distribute the currently selected annotations.

Usage:

in template:

<contextmenu-item-distribute-annot @controller="annot-opr:DistributeAnnotController"></contextmenu-item-distribute-annot>
<contextmenu-item @controller="annot-opr:DistributeAnnotController"></contextmenu-item>

in fragment config:

new PDFUI({
fragments: [{
target: 'fv--contextmenu-item-distribute-annot',
config: {
callback: UIExtension.controllers.DistributeAnnotController
}
}]
});

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