Home Devices

Monochrome printing?

edited August 2008 in Devices
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

Comments

  • edited August 2008
    Hi Milan,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.