BitmapXres and BitmapYres example for Delphi
This example sets the bitmap's resolution to 300 x 600 DPI.
Lead1.BitmapXres := 300; Lead1.BitmapYres := 600;