Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Fix Version/s: 6.0
-
Component/s: Core/Rendering, Forms, Viewer RI
-
Labels:None
-
Environment:PRO
Description
Enhancement request to add a colour marking to all annotation on a page to improve input visibility for annotation without borders. This feature should be configurable using the Viewer RI an a system Property.
Added support for form highlight functionality to the rendering core. It is is now possible to call document.setFormHighlight(true) to enable a paint overlay on widget annotations.
The following system properties all for some configuration:
org.icepdf.core.views.page.annotation.widget.highlight.color set the default colour used to highlight the widget. Default is #CC00FF.
org.icepdf.core.views.page.annotation.widget.highlight.alpha set the default alpha value used to highlight the widget overlay. Default 0.3f.
The viewer RI has a new button that can be used to toggle the form highlighting features.