I have a TImage
with a 24 bit BMP
(or any other type) and I try to print it to the Adobe PDF
printer. I set the transparent
property as TRUE
but the Bitmap printed in a black background without any transparency.
I tried to set the canvas.brush
as bsSolid
, bsClear
etc but the result is the same.
With transparent = FALSE
it is printed as expected.
Any suggestions, please ?