Click or drag to resize

PdfRadioButtonFieldSelectedInUnison Property

Gets or sets a value indicating whether buttons with the same name and choice are selected in unison.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public bool SelectedInUnison { get; set; }

Property Value

Boolean
if buttons with the same name and choice are selected in unison; otherwise, .
See Also