Property ChecksInUnison
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ChecksInUnison
(PDF 1.5) Gets or sets a value indicating whether this radio button and all other radio buttons with the same export values from the same group of radio buttons should turn on and off in unison; that is if one is checked, they are all checked.
public bool ChecksInUnison { get; set; }
Property Value
- bool
A value indicating whether this radio button and all other radio buttons with the same export values from the same group of radio buttons should turn on and off in unison; that is if one is checked, they are all checked.
Remarks
If this property is true
then all radio buttons with the same export values
from the same group of radio buttons will turn on and off in unison; that is if one is
checked, they are all checked. If this property is the buttons are mutually exclusive
(the same behavior as HTML radio buttons).
The default value of this property is false
. I.e. radio buttons are mutually
exclusive by default.