Query |
Details |
The number I get in the VerticalOffset of the event arguments do not match the number I put in to .ScrollTo |
We have modified the sample to achieve your requirement and that can be downloaded from the below link,
Kindly use the above sample and let us know that meets your requirement or not. |
I also need to have access without handling the event. |
At present, we do not have support to get the VerticalOffset from PdfViewerControl directly. However, we will validate your requirement and provide you further details on 17th September 2019. |
Query |
Details |
Try this example with adding the following line before the call to ScrollTo
pdfViewerControl.ZoomMode = Syncfusion.Windows.PdfViewer.ZoomMode.FitWidth;
|
We can able to reproduce the issue “VerticalOffset is not same in ScrollChanged event if we applied ZoomMode in PdfViewerControl”. That was fixed in the sample itself. Please find the below link to get the modified sample,
Please use the above sample and let us know whether it meets your requirement or not. If not, kindly share the following details to analyze more on this issue and assist you with the better solution
1. Simple sample/ modify the above sample with the issue PDF document to reproduce the issue.
2. Replication procedure to reproduce the issue.
3. Product version of PdfViewerControl that you have been using.
|
I also need to have access without handling the event. |
We will implement the requirement of “Support to get the Vartical Offset from PdfViewerControl” by considering it as a usability feature. The patch for the same will be available on 7th October 2019.
|