[]
Specifies the look of checkmark in PdfCheckBox and PdfRadioButton fields.
public enum CheckmarkType
Name | Description |
---|---|
Check | Shows a "check" ("tick", V-shaped with longer right stroke) checkmark. |
Circle | Shows a circular checkmark. |
Cross | Shows a cross (X-shaped) checkmark. |
Default | Shows a default checkmark (Circle for PdfRadioButton, Check for PdfCheckBox). |
Diamond | Shows a diamond-shaped checkmark. |
Square | Shows a square checkmark. |
Star | Shows a star-shaped checkmark. |