Some test text!

Search
Hamburger Icon

Web / Guides / Annotation tools

Annotation tools for your viewer

When a user wants to create an annotation, select text or pan around the document they'll use their mouse and keyboard or touch the screen. A tool is just a way of capturing those inputs from the user and doing something in response. Tools automatically funnel user events into handler functions (for example mouseLeftUp, mouseMove, etc) and convert the mouse coordinates into document page coordinates automatically for you.

Annotation tools use the page coordinates to specify annotation properties, like position and dimension. By default, each annotation type has an associated tool, but that doesn't mean a tool can only be associated with one type of annotation. For example, you may have several sticky tools to create sticky annotations with different colors. You can also define a custom annotation and not associate any tool with it, instead creating the annotations programmatically.

Sticky annotation tool
Figure 2. Creating sticky annotation using sticky annotation tool

Full list of tool names can be found here: https://www.pdftron.com/api/web/Core.Tools.html#.ToolNames

Get the answers you need: Chat with us