StampAnnotationMovedOrResizedEventArgs NewBounds is always wrong

Hi,

I am creating a stampannotation programmatically. When the annotation is moved or its bounds are modified the  received StampAnnotationMovedOrResizedEventArgs object has the right values in OldBounds but X and Y values in NewBounds object are always 30 
NewBounds:  X=30, Y=30, Width=245,875603864735, Height=221,443236714976

I am just doing this :

        private void PdfViewer_AnnotationMovedOrResized(object sender, StampAnnotationMovedOrResizedEventArgs args)
        {
            Rectangle oldBounds = args.OldBounds;
            Rectangle newBounds = args.NewBounds;
            pdfViewerViewModel.signRect = newBounds;
        }

Is there something additional I must do?
Thanks in advance.
Regards,

Jose

7 Replies 1 reply marked as answer

AV Ashokkumar Viswanathan Syncfusion Team August 25, 2020 09:38 AM UTC

Hi Jose, 
 
Thank you for contacting Syncfusion support, 
 
We were able to reproduce the reported issue, “Stamp Annotation bounds value from the StampAnnotionMovedOrResized is not correct when we resize/move the stamp Annotation  in iOS Platform. Currently, we are validating the issue and we will update the further details on August 27th 2020. 
 
Regards, 
Ashok Kumar Viswanathan. 



JL José Luis August 25, 2020 11:02 AM UTC

Hi Ashok,

thanks for the fast response. 
Regards,

Jose


AV Ashokkumar Viswanathan Syncfusion Team August 26, 2020 06:13 AM UTC

Hi Jose,   
  
Thank you for your update. As mentioned earlier, currently, we are validating the issue, “Stamp Annotation bounds value from the StampAnnotionMovedOrResized is not correct when we resize/move the stamp Annotation”  in iOS Platform and we will update the further details on August 27th  2020. 
  
Regards,  
Ashok Kumar Viswanathan.  



AV Ashokkumar Viswanathan Syncfusion Team August 27, 2020 12:58 PM UTC

Hi Jose,  
  
We have confirmed that the issue “Stamp annotation bounds value from the StampAnnotationMovedOrResized is not correct in Xamarin.Forms iOS platform” is a defect and logged a defect report for this issue. The patch for this issue will be delivered on September 17th , 2020. 
 
 Please find the feedback link below, 
 
Regards, 
Ashok Kumar Viswanathan. 



JL José Luis August 28, 2020 12:22 AM UTC

Hi Ashok,

thanks for the great support.
Regards,

Jose Luis


AG Aribalakrishnan Govindasamy Syncfusion Team September 17, 2020 03:19 PM UTC

 Hi Jose,   
  
The issue “Stamp Annotation bounds value from the StampAnnotionMovedOrResized is not correct when we resize/move the stamp Annotation” has been resolved and the custom NuGet for the same can be downloaded from the following link          
       
Custom NuGet :    
  
Disclaimer:   
Please note that we have created this NuGet for version 18.2.0.44 specifically to resolve the following issue(s) reported in the above-mentioned forum.
 
     
Note : Kindly follow the steps to clear the NuGet cache and then install patched NuGet to get the issue resolved.     
      
         
This fix will be included in our 2020 Volume 3 Main release which will be available in September 2020.      
  
  
Regards,  
Aribalakrishnan G.  


Marked as answer

JL José Luis September 17, 2020 11:48 PM UTC

Hi Aribalakrishnan,

I have installed the new package and the issue is solved. Annotation event contains correct coordinates values.
Thanks again for your great support.
Regards,

Jose

Loader.
Up arrow icon