Change the background color of text fields using SetBackgroundColor()
is there documentation or examples function setbackgroundcolor()
i need change background color of text fields of forms of acrobat file.
it doesnt error out doesnt set color either.
here code:-
formapp = new aformapp();// aformappclass();
myfields = (ifields)formapp.fields;
myenumerator = myfields.getenumerator();
myfield = (ifield)myenumerator.current;
myfield.setbackgroundcolor("white",0,0,0,0);
this documented in sdk other supported methods. under interapplication communication, forms api. wrong, first parameter color space name, not word color.
More discussions in Acrobat SDK
adobe
Comments
Post a Comment