I am starting out to learn VPE and I have a question concerning the display of images or pictures. When I do just a simple report to just show a BMP image, I am getting a border around the image. How do I tell VPE not to print the border?
Here is my code:
Report.OpenDoc;
Report.KeepBitmapAspect := True;
Report.Picture(100,100,300, VFREE, 'C:\Logos\STD1.BMP',0);
Report.Preview;
Thanks,
David Alge