Hi,
I have issue with PdfDocumentView
pdfDocumentView.LoadAsync(stream);
pdfDocumentView.ZoomMode = Syncfusion.Windows.PdfViewer.ZoomMode.FitPage;
int percentage = pdfDocumentView.ZoomPercentage;//always 100
but if I call another method having(pdfDocumentView.ZoomPercentage) like after 1 second of this, its correct percentage. Please fix this issue.
Version 27.2.2
.net8 - windows