WebViewer Version: 10.11.1
Please give a brief summary of your issue:
The default color for free text or annotation is read, I want to change that to blue
is this possible to customize this list? so the user doesn’t have to keep pressing the button
The list of item I want to update:
Annotate:
- Highlight
- Rectangle
- Free hand highlight
- Free hand
- Note
Shapes:
- Rectangle
- Free hand highlight
- Free hand
1 Like
Hello Jackson,
Thank you for contacting WebViewer Forums.
To change the default styles of the tools, you can get the tool and call setStyles(). For more information, please visit this documentation here on how to change the default styling: Customizing-default-annotation-styles | Apryse Documentation
Regards,
Luke
1 Like
Thanks, it works, where can I get all the tool names?
1 Like
Hello Jackson,
Glad it is working for you. To get the name of all the tools, you can access them with the following code:
instance.Core.Tools.ToolNames
Regards,
Luke
1 Like