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.

Lead1.BitmapXres = 300
Lead1.BitmapYres = 600