Page 1 of 1

DPI and TeeCreateBitmap

Posted: Tue Apr 11, 2017 12:03 am
by 16579693
I use TChart.TeeCreateBitmap to create bitmaps for reports, but I sure would like to have more DPI when I do as the print outs do not look as good as my mock ups I create from Excel. (I need bitmaps as WMF does not render the transparent items properly).

Is there anyway to control the DPI when printing? (I tried changing the aDPI setting of the call, which I do not have any documentation for, but it didn't appear to change the quality of the printout).

Ed Dressel

Re: DPI and TeeCreateBitmap

Posted: Tue Apr 11, 2017 8:58 am
by yeray
Hello Ed,

I'd suggest you to read the "printing better" article here.

Re: DPI and TeeCreateBitmap

Posted: Mon Apr 17, 2017 4:02 pm
by 16579693
This article talks about printing to the printer and specifically working with WMF/EMF images.

I create a BMP that I put in a (ReportBuilder) report image. I need higher DPI settings, which I didn't see in the article. (I did read it twice, and searched for DPI after reading it. Am I embarrassing myself by missing it?

Ed Dressel

Re: DPI and TeeCreateBitmap

Posted: Tue Apr 18, 2017 1:44 pm
by yeray
Hello Ed,

You can't control the DPIs directly, but you can create a bigger bitmap to have a bigger resolution.