How to change the check type for checkbox in ITextSharp

不羁岁月 提交于 2019-12-14 03:25:34

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!