Different layout modes for a push button widget.
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum CheckMarkAppearance |
| Visual Basic |
|---|
Public Enumeration CheckMarkAppearance |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Check | 0 | Display the check mark as check. | |
| Circle | 1 | Display the check mark as circle. | |
| Cross | 2 | Display the check mark as cross. | |
| Diamond | 3 | Display the check mark as diamond. | |
| Square | 4 | Display the check mark as square. | |
| Star | 5 | Display the check mark as star. | |
| Unknown | 6 | The check mark is unknown (none of the known values). |