Monochrome TIF
I'm exporting a report to the tiff format and then sending it to my fax software.
The ImageExport has a property MonochromeTiff which I have set to true so the fax software can handle the tif file (if it is not monochrome my fax software cannot proceed).
However, if any control in the report has a color property set, it does not appear in the tif file
e.g. a report object such as
Is there an easy way of forcing (in code) all controls to be monochrome.
Thanks
D
The ImageExport has a property MonochromeTiff which I have set to true so the fax software can handle the tif file (if it is not monochrome my fax software cannot proceed).
However, if any control in the report has a color property set, it does not appear in the tif file
e.g. a report object such as
<TextObject Name="txtSurname" ... TextFill.Color="Red"/>
will export to a web page or pdf OK but will not appear in the tif.Is there an easy way of forcing (in code) all controls to be monochrome.
Thanks
D