Click or drag to resize

PdfRadioButtonFieldRadiosInUnison Property

Gets or sets a value indicating whether radio buttons with the same export value will turn off and on together.

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

Property Value

Boolean
Remarks
If true, a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If false, the buttons are mutually exclusive.
See Also