Monochrome printing?
Hi, I'm using D2007 Win 32/ ReportBuilder 10.07.
Is any idea to printing reports in monochrome mode?
By example: Let is label with font.Color:=clRed
For bw printing will be system constant clRed changed from value=255 to
value=8421504...
Thank You for any else....
Milan Mach
Sytemart s.r.o.
Czech Republic
Is any idea to printing reports in monochrome mode?
By example: Let is label with font.Color:=clRed
For bw printing will be system constant clRed changed from value=255 to
value=8421504...
Thank You for any else....
Milan Mach
Sytemart s.r.o.
Czech Republic
This discussion has been closed.
Comments
If you are using a monochrome printer, you will need to be sure to set the
PrinterSetup.CanGrayScale property to False before printing your report.
This will ensure every color (except white) will be converted to black.
ppReport1.PrinterSetup.CanGrayScale := False;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com