Page 1 of 1

PDF export using CMKY color codes.

Posted: Tue May 16, 2017 7:52 am
by Anuranjani
Hi Andrew,

I would like to change the color of text dynamically using "CMKY" codes. Kindly help us to improve on this.

Code:
Instead of RGB, we need CMKY
Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(179,225,172));

Here sample color codes,
· RGB -- 179,225,172
· CMYK -- 0.204,0,0.236,0.118

Re: PDF export using CMKY color codes.

Posted: Wed May 17, 2017 11:44 am
by HighAley
Hello, Darsana.

You could find an answer here.

Thank you.