Click or drag to resize

PdfRadioButtonFieldNoToggleToOff Property

Gets or sets a value indicating whether one radio button must be selected at all times.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool NoToggleToOff { get; set; }

Property Value

Boolean
If true, exactly one radio button must be selected at all times; clicking the currently selected button has no effect. If false, clicking the selected button deselects it, leaving no button selected.
See Also