<< Click to Display Table of Contents >> VpeSetBkgColor |
Sets the background color. The background color is the color inside of an object. To make the background color painted, the Background Mode must be VBKG_SOLID.
void VpeSetBkgColor(
VpeHandle hDoc,
COLORREF color
)
VpeHandle hDoc
Document Handle or VPE Object Handle
COLORREF color
one of the predefined "COLOR_xyz" constants described in Programmer's Manual or any RGB value
Default:
COLOR_WHITE (but the Transparent Background Mode is activated!)