PDFCheckStyle¶
Namespace: O2S.Components.PDF4NET.Forms
Supported visual styles for check boxes and radio buttons.
Inheritance Object → ValueType → Enum → PDFCheckStyle
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The check box appearance is custom defined. |
| Check | 1 | Standard appearance represented by a checkmark. |
| Circle | 2 | Standard appearance represented by a circle. |
| Cross | 3 | Standard appearance represented by a cross. |
| Diamond | 4 | Standard appearance represented by a diamond. |
| Square | 5 | Standard appearance represented by a square. |
| Star | 6 | Standard appearance represented by a star. |