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

Inherits AlignmentAnnotController.

Detailed Description

Feature:

click to center the currently selected annotations.

Usage:

in template:

<contextmenu-item-center-annot @controller="annot-opr:CenterAnnotController"></contextmenu-item-center-annot>
<contextmenu-item @controller="annot-opr:CenterAnnotController"></contextmenu-item>

in fragment config:

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

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