| java.lang.Object | |
| ↳ | com.pspdfkit.configuration.rendering.AnnotationRenderConfiguration |
Advanced configuration for annotation rendering.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | AnnotationRenderConfiguration.Builder | Builder to create a AnnotationRenderConfiguration instance. |
|||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final boolean | drawRedactAsRedacted | Redaction annotation preview mode, false by default. |
|||||||||
| public final Integer | formHighlightColor | Form highlight color, used for highlighting editable form elements. | |||||||||
| public final Integer | formItemHighlightColor | Color of selected items in list boxes and similar. | |||||||||
| public final Integer | formRequiredFieldBorderColor | Color of the border around required form fields. | |||||||||
| public final boolean | invertColors | Invert annotation colors. | |||||||||
| public final boolean | toGrayscale | Turn annotation colors to grayscale. | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Redaction annotation preview mode, false by default.
Form highlight color, used for highlighting editable form elements.
null when default color (#330036FF) should be used.
Color of selected items in list boxes and similar.
null when default color (#339AC1D9) should be used.
Color of the border around required form fields.
null when default color (#FFFF0000) should be used.
Invert annotation colors.
Turn annotation colors to grayscale.