ImageGear .NET - Updated
CreateRadioGroup Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Form Class : CreateRadioGroup Method
The full name of the field to add, including partial names.
Add a new RadioGroup to a form.
Syntax
'Declaration
 
Public Function CreateRadioGroup( _
   ByVal fullName As String _
) As RadioGroup
'Usage
 
Dim instance As Form
Dim fullName As String
Dim value As RadioGroup
 
value = instance.CreateRadioGroup(fullName)
public RadioGroup CreateRadioGroup( 
   string fullName
)
public: RadioGroup* CreateRadioGroup( 
   string* fullName
) 
public:
RadioGroup^ CreateRadioGroup( 
   String^ fullName
) 

Parameters

fullName
The full name of the field to add, including partial names.

Return Value

A newly-added RadioGroup field.
Remarks
To add options and buttons to the new group, use RadioGroup.AddOption.
See Also

Reference

Form Class
Form Members