PrintColor Property
Applies To
fpSpread control
Description
Sets or returns whether to print the colors in the sheet as they appear on the screen. This property is available at run time only.
Syntax
BOOL CSpreadSheet::GetPrintColor( );
void CSpreadSheet::SetPrintColor(BOOL value);
[form.]fpSpread.PrintColor[ = boolean%]
Remarks
The default value for the PrintColor property is False.
When the PrintColor property is set to False, the colors specified within the sheet are ignored, the sheet prints using black and white, and the headers print in shades of gray. When the PrintColor property is set to True and the sheet is not printed on a color printer, the colors print as dithered patterns.
Set the PrintColor property before you use the PrintSheet method to print the sheet.
This property is set at the sheet level. Set the Sheet property before setting this property if there are multiple sheets.
Spread Designer
Choose the Sheet menu, then the Print Properties menu, select the Print Properties tab, and then choose the Color check box in the Print group box in the Print Properties dialog box.
Data Type
Integer (Boolean)
See Also
PrintSheet method
DLL Correspondence
SSPrint function