markupCount
Use this method to turn on/off the markup count tool. This enables the user to count objects using the markup counter.
Syntax
RxCore.markupCount(selected, shape)
Parameters
selected
: boolean — Set totrue
to enable the markup count tool, orfalse
to disable it.shape
: number — Number corresponding to a counter shape:0
= Circle1
= Square2
= Triangle3
= Diamond4
= Star5
= Cross6
= Checkmark7
= Diagonal Cross
Returns
- NA — This method does not return a value.