BitmapXres and BitmapYres example for C++ Builder
This example sets the bitmap's resolution to 300 x 600 DPI.
Lead1->BitmapXres = 300; Lead1->BitmapYres = 600;