BitmapXRes and BitmapYRes example for C++ Builder
This example sets the bitmap's resolution to 300 x 600 DPI.
LEADRasterView1->Raster->BitmapXRes = 300; LEADRasterView1->Raster->BitmapYRes = 600;