bitmap signature with shadow printing

S

Sherrie

I have a letter with a signature in a bitmap embedded in
report and when I print it out it has a grey backround box
behind the signature. I set the property backround
property to Transparent.
How can I print this letter without a grey backround
behind the signature?
Thanks.
 
F

fredg

I have a letter with a signature in a bitmap embedded in
report and when I print it out it has a grey backround box
behind the signature. I set the property backround
property to Transparent.
How can I print this letter without a grey backround
behind the signature?
Thanks.

Check the control's Special Effect property.
Make it Flat.
Check the Control's BorderStyle property.
Make it Transparent.
One (or both) of these should take care of it for you.
 
Top