Click or drag to resize

PdfRadioButtonControlIsChecked Property

Gets whether the Radiobutton is checked.

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

Property Value

Boolean
Exceptions
ExceptionCondition
DomExceptionThrown by newly created Controls that have not yet been added to the DOM.
See Also