TdxPrinterPage.GrayShading Property
Specifies whether a report is printed in color.
Declaration
property GrayShading: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Use the GrayShading property to specify whether a report is printed in color or monochrome. Set the GrayShading property to True to print your report in monochrome.
The default value of this property is False.
See Also