All FormFields in a pdf has a standard background color with a little transparency.
When i try to change the color, the transparency is gone.
I have tried three various ways. The color is set correctly, but transparency (f.e 50%) is gone.
Way 1: fieldFacade.BackgroundColor := System.Drawing.Color.FromArgb(120, 253, 216, 206);
Way 2: Field.Color := Aspose.Pdf.Color.FromArgb(120, 253, 216, 206);
Way 3: Field.Characteristics.Background := Aspose.Pdf.Color.FromArgb(120, 253, 216, 206);
What am I doing wrong. Thank you for any help.
Henry
This Topic is created by imran.rafique using the Email to Topic plugin.