I am creating a demo, using the trial version (have to be able to demo before buying a license), and having issues setting the width and height on a Asp Net Webforms page. I have tried to set the pdfdocumentviewer1.Attributes.Add("width", "100%") but that is ignored. I tried the direct width property, but that does not allow for auto (for height) or percentages (for width).
It is also necessary for the demo to be able to print and from your tutorials I am unable to get this to work without having errors. Especially when pdfdocumentviewer1 does not have a print option as shown in the tutorials.
Can you please help me to complete this demo. Thank You.