Hi,
I wanted to get programmatically the width of a loaded document in the PdfViewControl (or PdfDocumentView)
I use this property "MyViewer.LoadedDocument.Pages[0].Graphics.Size.Width" but I also tried with "MyViewer.LoadedDocument.Pages[0].Size.Width".
With a classic A4 72 dpi document (portrait mode) with Zoom 100%, I am supposed to obtain around 790 pixels. But with the Syncfusion control, I get 595 pixels.
That corresponds to the width with Zoom 75%
Did I use a wrong property? Is there a bug?
Thanks for advance
Regards,
Marvin