Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

LC-designer fieldproperties in CMYK

Avatar

Level 1
dear all,



i'am looking for a solution to define fieldproperties (fillColor, textColor, strokeColor) in CMYK with LC-designer



acroforms are possible to define by using javascript arrays like this



color.myred = new Array("CMYK", 0, 1, 0.6, 0)

this.getField('textfeld').textColor = color.myred;



how does this work within LC designer fields?



this is also a cost situaton, RGB textColor fields (255,255,255) will be printed as a colour page and not as black page (0,0,0,1)



thanks for helping

hannes
1 Reply