Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 5.1.2, 6.0.0_P01
-
Fix Version/s: 6.0.1
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13533 - https://icesoft.my.salesforce.com/5007000001OFEG7
Description
The signature area/annotation is rendered with a red background in more recent ICEpdf releases.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
ICEpdf 6.0 introduced support for interactive form widgets. One of the new options is to highlight form widgets which include signature fields.
This figure can be toggled in the Viewer RI via the show/hide form highlight button on the leftmost of the button toolbar. The default behavior is enabled but can be configured using the PropertiesManager config param 'application.viewerpreferences.form.highlight'.
If the Viewer RI is not used there is a new method the Document class setFormHighlight(boolean highlight) which can be used the turn off highlighting. The default value is off or hidden.