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