Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Fields

RadioButtonModel Class

A radio button PDF form field

csharp
public class RadioButtonModel : TallComponents.UnoPdf.Client.Models.Pdf.Fields.ValueFieldModel

Inheritance System.Object 🡒 FieldModel 🡒 ValueFieldModel 🡒 RadioButtonModel

Properties
CanBeDeselectedWhether this field can be deselected. (like the CheckBox field)
RadioButtonOptionsContains all options from which a choice can be made. An option has both
an exported name and a reference to the associated widget.