Working with an ASP.NET Site that utilizes a single Master Page, I am facing a challenge on one of the pages where I display a PDF file as the main content.
I am looking for a solution to determine the appropriate size for the PDF control so that it fits within the page without creating a vertical scrollbar (as the PDF control has its own scroll bar).
Although I was successful in adjusting the width by setting it to 100%, I am struggling with controlling the vertical size effectively.
Your assistance and advice on this matter would be greatly appreciated.
Thank you,