PrintBackgroundColors

 

Type

 

enum PrintBackgroundColorOptions

 

Description

 

Controls how page and table backgrounds are printed. Possible values are:

 

0

BkgAllColorOff

Never print any background color.

1

BkgTableColorOn

Always print cell background color.

2

BkgTableColorAuto

Print cell background color if printing to a color printer.

3

BkgColorOn

Always print all background color.

4

BkgColorAuto

Print all background color if printing to a color printer.

 

Example

 

REM Print TABLE CELL backgrounds, but only on a color printer:

WebsterPro1.PrintBackgroundColors = BkgTableColorAuto

 

Remarks

 

The default setting is BkgAllColorOff.