Annotations API Methods
exitDrawingMode()
Exits the drawing mode. The drawing toolbar will be hidden and users will no longer be able to draw on the page.
Examples
itemsApp.assessApp().annotationsApp().module('drawing').exitDrawingMode();
Arguments
None.
Return value
None (undefined
).