Annotations API Methods
hideAnnotations()
Hide all the enabled annotation tools, including highlights, drawings, sticky notes and the notepad.
Note This method is mainly used when assessment rendering_type
is inline.
Examples
itemsApp.assessApp().annotationsApp().hideAnnotations();
Arguments
None.
Return value
None (undefined
).