Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Hi, is it possible to show background Color of fields like Acrobat do it in the pdfviewer control?. The fields haven't got a background color but in Acrobat the fields are shown with a background color like selected. Please have a look to the attachments. Setting a background color is not a solution because showing when printing. Thanks for your time!  PatagamesPdf.JPG (15kb) downloaded 0 time(s). AcrobatPdf.JPG (16kb) downloaded 0 time(s).Regards Peter
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
Hi,
PdfViewer.FormHighlightColor
|
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Hi, yes I saw the propertie but it doesn' work, only the values of the selected field is showing, the other are covered with the FormHighlightColor. Please have a look to the pictures. Regards Peter  PdfFormHighlightPata.JPG (27kb) downloaded 1 time(s). PdfFormHighlightAcrobat.JPG (26kb) downloaded 0 time(s).
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
You should use semi-transparent colors with this property. Code:pdfViewer1.FormHighlightColor = Color.FromArgb(70, Color.SteelBlue.R, Color.SteelBlue.G, Color.SteelBlue.B);
Edited by user Sunday, April 19, 2020 10:50:18 PM(UTC)
| Reason: Not specified
|
 1 user thanked Paul Rayman for this useful post.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Thanks Paul, thats it!
Regards Peter
|
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
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