|
The following shows two previews generated using different page
widths and heights.
Set thePage = Server.CreateObject("ABCDrawHTML.Page")
thePage.URL = "http://www.usafreedomcorps.gov/"
thePage.Width = 640
thePage.Height = 480
thePath = Server.MapPath("width1.png")
thePage.Save thePath, 200, 150
thePage.Width = 320
thePage.Height = 480
thePath = Server.MapPath("width2.png")
thePage.Save thePath, 200, 150

width1.png

width2.png
|
|
|