'Declaration
Public Enum CheckmarkType Inherits System.Enum
public enum CheckmarkType : System.Enum
'Declaration
Public Enum CheckmarkType Inherits System.Enum
public enum CheckmarkType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.C1Pdf.CheckmarkType