SetDitheringBackground

Enables or disables dithering of the background image. Dithering makes the background image appear lighter than the information of the current image so that visually it appears less prominent.

Syntax

bool SetDitheringBackground (StrParam)

Parameters

String value to enable dithering (True) or disable dithering (False).

Returns

Always True.

Level

All.

Details

Example:
SetBackgroundImage(c:\ParentDir\mclaims\process\hcfa\hcfat.tif)
SetDitheringBackground(True)SetHaloBackground(True)
Overlay()