Skip to content

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
CheckBoxOffValueThe value for the field when it's in Off state
CheckBoxOnValueThe value for the field when it's in On state
HasNeutralStateWhether the checkbox has a neutral state
NeutralValueThe value for the field when it's in Neutral state (meaningful when HasNeutralState = true only)