I have an ASP.NET Site that has a single Master Page. On one of my pages in this site I display a PDF file as the content of the page.
I need a way to know the size that I can make the PDF control so that I do not create a scroll bar for the webpage (the PDF control has it's own scroll bar).
I was able to solve this horizontally by setting the width of the control to 100%. Sadly this does not work for the Vertical size.
Any help is appreciated.
Vaccano