Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Fields
CheckBoxModel Class
A check box PDF form field
csharp
public class CheckBoxModel : TallComponents.UnoPdf.Client.Models.Pdf.Fields.ValueFieldModel
Inheritance System.Object 🡒 FieldModel 🡒 ValueFieldModel 🡒 CheckBoxModel
Properties | |
---|---|
CheckBoxOffValue | The value for the field when it's in Off state |
CheckBoxOnValue | The value for the field when it's in On state |
HasNeutralState | Whether the checkbox has a neutral state |
NeutralValue | The value for the field when it's in Neutral state (meaningful when HasNeutralState = true only) |