|
|
Originally Posted by: Guest  A field, is highlighted. When you click and enter that specific field (e.g. text field), the highlighted color goes away.
This is standatd behaviour for PDF's acro forms. Originally Posted by: Guest  You type the text When you leave the field, the text you entered gets covered by the highlighted text again. when you enter the field again, the highlighted color disappears and your text becomes visible. What am I doing wrong?
You should use the half-transparent color Code:
Viewer1.FormHighlightColor = Color.FromArgb(50, 224, 255, 255);
|
|
|
Thank you. This works for highlighting the editable fields.
However, it has interesting effect.
A field, is highlighted. When you click and enter that specific field (e.g. text field), the highlighted color goes away. You type the text When you leave the field, the text you entered gets covered by the highlighted text again. when you enter the field again, the highlighted color disappears and your text becomes visible.
What am I doing wrong?
Viewer1.LoadDocument(FileName); Viewer1.FormHighlightColor = Color.FromRgb(224, 255, 255);
|
|
|
|
|
|
When opening an acrobat form in viewer, there doesn't seem to be a decent theme or color style to visually distinguish between a field versus some read only text. Is there any way to implement change of colors for editable fields or themes or styles? (Please see the images of screenshot between Patagames Viewer and Adobe Reader. The blue background behind editable fields makes a good user experience) 
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close