It gets only this piece of string (in above picture). It doesn’t contain information regarding the annotations in it like scale, precision, color, stroke color, fill color, coodinates etc.
We have used an event “annotationSelected”. When we select an annotation from webviewer, it doesn’t fetch the entire XFDF information of that annotation.
Here I have used an event of “annotationSelected”. When I select an already drawn annotation, I get annotation and its action. But i am unable to get selected annotation’s XFDF. I have stored entire XFDF and id of annotation in the backend of pre-drawn annotation.
Annotations are getting shuffled on on pasteCopiedAnnotations(). Like rubber stamp always gets pasted on last. While AnnotationCreateAreaMeasurement, and AnnotationCreatePerimeterMeasurement are as per the selected copied annotations.