Annotations API Methods
resize()
Resize the window of the sticky note in context. Takes two number values that will be used as pixel dimensions.
Examples
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.resize(300,300);
Arguments
None.
Return value
None (undefined
).