Hi,

I create a textfield in a PDF Form, but all the area of textfields look grey
when there are no data for the textfields. Actually I set the bgcolor =
white, I only set bordercolor=grey.

field.setBackgroundColor(Color.WHITE);
field.setBorderColor(Color.GRAY);
field.setBorderWidth(1);

Do you know why it's grey bgcolor when the textfields are empty?

Thanks.

Sarah
-- 
View this message in context: 
http://www.nabble.com/textfield-is-grey-when-it%27s-empty-tp15169763p15169763.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to