Product : Engine, Version : 4 and 3, ArticleID : 41018075

HowTo : Change the color of printout.

Article41018075
TypeHowTo
ProductEngine
Version4 and 3
Date Added4/16/2003
Submitted bySasa Grebenar
Keywords

Subject

Change the color of printout.

Summary

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 ?

Solution

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.