The IBrowserCanvas
method savePageToBitmapImage saves the rendered
document to the local disk. The savePageToBitmapImage
method can either save the whole document
or the section rendered on screen.
//
Saves the page to the working directory,
the boolean switch is to save the full page
and not just area displayed browser.savePageToBitmapImage(""savepagetest.png",
true);
The save format is a PNG image
which is a lossless compressed bitmap
image