Example
Get current bounding box of an transforming annotation
instance.addEventListener("annotations.transform", (event) => {
const boundingBox = event.annotation.boundingBox;
});
Nutrient Web SDK
Get current bounding box of an transforming annotation
instance.addEventListener("annotations.transform", (event) => {
const boundingBox = event.annotation.boundingBox;
});
This event is emitted whenever an annotation is either dragged or resized.