Article | 41018075 |
Type | HowTo |
Product | Engine |
Version | 4 and 3 |
Date Added | 4/16/2003 |
Submitted by | Sasa Grebenar |
Keywords |
When I print from Vdraw standard 3.6.7.7 is it possible to change color index. For example if I have red line is it possible to print this line in some other color ?
Just before the PrintPreview or PrintOut call you can use the RGBToVdColorIndex Function to change the rgb-color of the color with the
index you want to print different.
Make sure that you store the original color's RGB values before that (using RGBToVdColorIndex Function)
After the PrintPreview or PrintOut call use again the RGBToVdColorIndex Function to change back to the original color.