PDF export using CMKY color codes.
Posted: Tue May 16, 2017 7:52 am
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
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