Specifies the style for a check box field.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfCheckBoxStyle
Public Enumeration PdfCheckBoxStyle
public enum class PdfCheckBoxStyle
type PdfCheckBoxStyle
Members
| Member | Value | Description |
|---|---|---|
| Check | 0 |
A check mark is used for the checked state.
|
| Circle | 1 |
A circle is used for the checked state.
|
| Cross | 2 |
A cross is used for the checked state.
|
| Diamond | 3 |
A diamond symbol is used for the checked state.
|
| Square | 4 |
A square is used for the checked state.
|
| Star | 5 |
A star is used for the checked state.
|
Remarks
The default value is Check.