Gets or sets a value indicating whether this
PdfRadioButton is checked or not.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Checked { get; set; }
VB
Public Property Checked As Boolean
Get
Set
Property Value
Type:
Booleantrue if the radio button is checked;
otherwise,
false.
See Also