Hi .
I have a PDF with 3 PushbuttonFields in different pages.
Normal text fields are filled with same information if the name is equal.
That is not true for PushbuttonField, isn't it ? Why ?
I give them same name ("Logo"), but the image is present only in the first
PushbuttonField


Code...
If _Fields.Fields.Contains(NomeBottone) Then
                bt = _Fields.GetNewPushbuttonFromField(NomeBottone)
                bt.Layout = PushbuttonField.LAYOUT_ICON_ONLY
                bt.ProportionalIcon = True
                bt.Image = iTextSharp.text.Image.GetInstance(PathCompleto)
                _Fields.ReplacePushbuttonField(NomeBottone, bt.Field)
     End If
-- 
View this message in context: 
http://www.nabble.com/PushbuttonField-with-same-name-tp25788462p25788462.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to