enabled Annotation Tools
fun enabledAnnotationTools(enabledAnnotationTools: List<AnnotationTool>): PdfActivityConfiguration.Builder
Sets a list of annotation tools that are enabled.
Note: AnnotationTool will be enabled only when its underlying annotation type (AnnotationTool.toAnnotationType) is editable (see editableAnnotationTypes) and annotation editing is enabled (enableAnnotationEditing]).
Parameters
enabled Annotation Tools
List of supported annotation tools. Passing an empty list means that ALL supported annotation tools are enabled.