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 | showSignHereOverlay | Whether the sign here overlay should be shown. | |||||||||
public final Integer | signHereOverlayBackgroundColor | Color of the background of the sign here overlay. | |||||||||
public final boolean | toGrayscale | Turn annotation colors to grayscale. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
Whether the sign here overlay should be shown. true
by default.
Color of the background of the sign here overlay. null
when default color (#FFE75B4F)
should be used.
Turn annotation colors to grayscale.