ECTED]>
To:
Sent: Saturday, February 11, 2006 4:14 PM
Subject: RE: [iText-questions] SetAppearance not found for the
PushButtonField object
Here is the code we are trying after going over the javadocs and C#
source.
PdfReader pdfreader = new PdfReader( "initial doc.pdf ");
PdfStamper s
February 11, 2006 9:47 AM
To: Dan Phillips; itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] SetAppearance not found for the
PushButtonField object
ff.setHighlighting(PdfAnnotation.HIGHLIGHT_PUSH);
PS: This is in the javadocs
- Original Message -
From: "Dan Phillip
ff.setHighlighting(PdfAnnotation.HIGHLIGHT_PUSH);
PS: This is in the javadocs
- Original Message -
From: "Dan Phillips" <[EMAIL PROTECTED]>
To:
Sent: Saturday, February 11, 2006 2:15 PM
Subject: RE: [iText-questions] SetAppearance not found for the
PushButtonField ob
ips; itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] SetAppearance not found for the
PushButtonField object
>From the javadocs:
PdfFormField ff = bt.getField();
For the other appearances using the same bt instance:
bt.setImage(image_down);
ff.setAppearance(PdfAnn
From the javadocs:
PdfFormField ff = bt.getField();
For the other appearances using the same bt instance:
bt.setImage(image_down);
ff.setAppearance(PdfAnnotation.APPEARANCE_DOWN, bt.getAppearance());
bt.setImage(image_rollover);
ff.setAppearance(PdfAnnotation.APPEARANCE_ROLLOVER, bt.getAppeara