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

Inherits AlignmentAnnotController.

Detailed Description

Feature:

click to align the currently selected annotations.

Usage:

in template:

<contextmenu-item-align-annot @controller="annot-opr:AlignAnnotController"></contextmenu-item-align-annot>
<contextmenu-item @controller="annot-opr:AlignAnnotController"></contextmenu-item>

in fragment config:

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

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