Builder
Builder to create a instance.
Functions
Link copied to clipboard
Creates the configuration for annotation rendering.
Link copied to clipboard
open fun formHighlightColor(@ColorInt @Nullable color: Integer): AnnotationRenderConfiguration.Builder
Sets color used for highlighting editable form fields.
Link copied to clipboard
open fun formItemHighlightColor(@ColorInt @Nullable color: Integer): AnnotationRenderConfiguration.Builder
Sets color used for highlighting selected items inside lists, combo boxes and similar.
Link copied to clipboard
open fun formRequiredFieldBorderColor(@ColorInt @Nullable color: Integer): AnnotationRenderConfiguration.Builder
Sets color of the border around required form fields.
Link copied to clipboard
Sets whether annotation colors will be inverted in the rendering.
Link copied to clipboard
Sets redaction annotation preview enabled,
false
by default.Link copied to clipboard
Sets whether or not the sign here overlay in signature form fields should be shown.
Link copied to clipboard
open fun signHereOverlayBackgroundColor(@ColorInt @Nullable color: Integer): AnnotationRenderConfiguration.Builder
Sets color of the background of the sign here arrow.
Link copied to clipboard
Sets whether annotation colors will be converted to grayscale.