stopDrawingAnnotation() Method

Description

Ends drawing mode started by startDrawingAnnotation() method.

Parameters

None

Returns

Boolean.

Returns "true" if drawing finished successfully and "false" if annotation cannot be added.

Samples

Online HTML/JavaScript Sample

See also

startDrawingAnnotation()

to top