I have an existing PDF that I am filling in programmatically (C#).
There are check boxes on the form. In build 4.4.x they rendered a check mark when selected. In build 5.5.5.0 and 5.5.6.0 they are now a cross symbol. The document has PdfVersion of 54 '6'.
I have tried:
SetFieldProperty(fieldname, "checkboxtype", RadioCheckField.TYPE_CHECK, null);
but with no luck.
Also I searched for the potential property list, but cannot seem to find a list of valid string values. Is the iText in Action -> Table 8.3 a complete listing?