﻿<HTML>
    <Head>
       <style>
            p  {font:12px Verdana, sans-serif;}
        </style>
    </Head>
    <body background='images\paper019.jpg'>
        <span style='margin-right:6px;margin-top:5px;float:left;background:#ffff99;border:1px solid black;font-size:80px;line-height:60px;padding-top:2px;padding-right:5px;font-family:times;'>T</span>heres plenty of third party products that can be purchased to display Adobe PDF documents within .NET solutions and I am sure they have many great features yet if you only want to display a PDF then as this demonstration shows use a web browser control to display the document in an SDI manner or MDI to display multiple PDF documents.<div style='clear:both;'><br></br></div>
        <span style='margin-right:6px;margin-top:5px;float:left;background:#ffff99;border:1px solid black;font-size:80px;line-height:60px;padding-top:2px;padding-right:5px;font-family:times;'>H</span>opefully this can be of some use for solutions which formerly were viewing PDF by shelling out/running an external process outside of the solution to view PDF documents can now view them within their solution. If this code is utilized please make sure to have the proper code to close down a web browser as shown in the form closing event of this form otherwise your solution may exibit unusual behavior and cause some serious problems which are preventable as mentioned in the form closing event which solves all issues.<div style='clear:both;'><br></br></div>
    </Body>
</HTML>