We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

When using the Annotations property the location is 0,0

When using the Annotations property the location and bounds is {X=0,Y=0}, but when i evaluate the value after a breakpoint by clicking the "Result View" the location and bounds properties are shown. Any suggestions?
//Used code for the problem
private void documentview_PointerPressed(object sender, PointerRoutedEventArgs e)
       { var pageR = this.m_loadedDocument.Pages[0];
         var resulta = pageR.Annotations[0];
         System.Diagnostics.Debug.WriteLine(resulta.Location);
       }
regards, Alex Knijf

3 Replies

PH Praveenkumar H Syncfusion Team March 10, 2015 12:09 PM UTC

Hi Alex,

Thank you for your interest in syncfusion products,

Can you please provide us your input document and product version details, it will help us to investigate further in this.

With Regards,

Praveen




AK Alex Knijf March 16, 2015 02:20 PM UTC

Hi Praveen,

It's your demo file.

With regards,
Alex




PH Praveenkumar H Syncfusion Team March 18, 2015 03:27 AM UTC

Hi Alex,

Can you attach the demo file which used in your side.

With Regards,

Praveen


Loader.
Live Chat Icon For mobile
Up arrow icon