The style used to display the checkbox or radiobutton.

Namespace: TallComponents.PDF.Layout.Shapes.Fields
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public enum CheckBoxStyle
Visual Basic
Public Enumeration CheckBoxStyle

Members

Member nameValueDescription
Round0 Field appears with a round outline.
Square1 Field appears with a square outline.

See Also