| << Click to Display Table of Contents >> VpeSetTransparentMode |     | 
Sets the background mode to transparent / not transparent.
The background is the area inside of an object. You can use VpeSetBkgMode also.
void VpeSetTransparentMode(
VpeHandle hDoc,
int on_off
)
VpeHandle hDoc
Document Handle or VPE Object Handle
int on_off
| Value | Description | 
| True | on (transparent) | 
| False | off (not transparent) | 
Default:
True