Annotations API Methods
resize()
Resizes the notepad window to the dimensions specified.
Examples
itemsApp.assessApp().annotationsApp().module('notepad').resize(200, 200);
Arguments
-
width number
-
height number
Return value
None (undefined
).