How to set colors for bookmarks in Vc++/win32
Hi,
I'm Using PDColorvalue object, I'm able to do Three colors(RGB) to set for bookmarks.
PDColorValueRec red, blue, green;
//Define red
red.space = PDDeviceRGB;
red.value[0] = ASInt32ToFixed(1);
red.value[1] = 0;
red.value[2] = 0;
PDBookmarkSetcolor(aBookmark,&red).
How to set Remaining colors like CMYK(cyan,yellow,magento,black)same way? please suggest.
What should parameters will use?
[Question moved to the Acrobat SDK forum]
