BitmapXRes and BitmapYRes example for Visual Basic

Note: Also works with Access 95 and 97.

This example sets the bitmap's resolution to 300 x 600 DPI.

LEADRasterView1.Raster.BitmapXRes = 300
LEADRasterView1.Raster.BitmapYRes = 600