ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > RadioGroup Class : Value Property |
'Declaration Public Property Value As String
'Usage Dim instance As RadioGroup Dim value As String instance.Value = value value = instance.Value
public string Value {get; set;}
Exception | Description |
---|---|
System.Exception | When attempting to enter a value that does not exist as an option in the field. |