ColorNo

Determines whether the background of labels and widget with the Color property set to No are printed on a transparent background, or a white, non-transparent background.

Syntax

ColorNo {=} Transparent | ""

Default value: ""
Section: [printer].

Arguments

  • Transparent—printed background of labels and widgets that have the Color property set to No use the Background Color. If this is not defined, the background of the objects is printed as transparent.
  • ""—printed background of labels and widgets follows the default behavior of the object:
    • Labels inherit the index color of the parent entity or form. If the parent entity or form (or both) also have the Color property set to No, the label is printed on a white non-transparent background.
    • Widgets have the Color property set to No, use the Background Color. If this is not defined, the widget is printed on a white non-transparent background.

Description

Printing labels and widgets with a non-transparent white background is undesirable when the underlying form has a color. To ensure that the background of these objects is transparent, set the ColorNo setting to Transparent. (This setting has no effect on forms and entities with Color set to No, because these are printed with a transparent background by default.)

Related Topics