Open BigDi opened 9 months ago
Changing the properties of a PdfTextField
does not change the representation of this field in the PDF file. This is by design.
It is up to your code to change the representation of the field.
Okay, do you have an example how to update a representation?
I try to modify an existed PDF. The foreground and background should set to white. I iterate to all form elements and identify the right one. Then I cast it to PdfTextField. Then I assign BackColor and ForeColor but it will not be saved to the file. When I opened the new file the colors are not set.
doc.pdf