Specifies the style for a check box field.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.