Specifies the style for a check box field.

Namespace: Spire.Pdf.Fields
Assembly: 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

MemberValueDescription
Check0
A check mark is used for the checked state.
Circle1
A circle is used for the checked state.
Cross2
A cross is used for the checked state.
Diamond3
A diamond symbol is used for the checked state.
Square4
A square is used for the checked state.
Star5
A star is used for the checked state.

Remarks

The default value is Check.

See Also