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

Inherits AlignmentAnnotController.

Detailed Description

Feature:

click to size the currently selected annotations.

Usage:

in template:

<contextmenu-item-size-annot @controller="annot-opr:SizeAnnotController"></contextmenu-item-size-annot>
<contextmenu-item @controller="annot-opr:SizeAnnotController"></contextmenu-item>

in fragment config:

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

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