ImageGear .NET - Updated October 26, 2017
DefaultValue Property (RadioGroup)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > RadioGroup Class : DefaultValue Property
Gets or sets the default value of the field.
Syntax
'Declaration
 
Public Property DefaultValue As String
 
'Usage
 
Dim instance As RadioGroup
Dim value As String
 
instance.DefaultValue = value
 
value = instance.DefaultValue

Property Value

Either "Off" or the export value of one of the radio options.
Exceptions
ExceptionDescription
When attempting to enter a value that does not exist as an option in the field.
See Also

Reference

RadioGroup Class
RadioGroup Members