<< Click to Display Table of Contents >> VpeGetBkgMode |
Returns the background mode. The background is the area inside of an object.
int VpeGetBkgMode(
VpeHandle hDoc
)
VpeHandle hDoc
Document Handle or VPE Object Handle
Returns:
possible values are:
Constant Name |
Value |
Comment |
VBKG_SOLID |
0 |
solid background color |
VBKG_TRANSPARENT |
1 |
transparent background |
VBKG_GRD_LINE |
2 |
line gradient background |
VBKG_GRD_RECT |
3 |
rectangular gradient background |
VBKG_GRD_ELLIPSE |
4 |
elliptic gradient background |
Community Edition:
The Community Edition only supports VBKG_SOLID and VBKG_TRANSPARENT.