问题
I want to use a cross instead of a tick on my check-box.
回答1:
You can change it by setting the CheckType field.
myRadioCheckField.CheckType = RadioCheckField.TYPE_CROSS;
You can check the other types available here.
来源:https://stackoverflow.com/questions/9684865/how-to-change-the-check-type-for-checkbox-in-itextsharp