PdfCheckBoxStyle Enumeration
|
Specifies the style for a check box field.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfCheckBoxStyle
Public Enumeration PdfCheckBoxStyle
public enum class PdfCheckBoxStyle
Members
|
Member name
|
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.
See Also