ImageGear .NET - Updated July 31, 2018
Value Property (RadioGroup)




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

Property Value

Either "Off" or the export value of the selected radio option.
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