ImageGear .NET
CreateRadioGroup Method




The full name of the field to add, including partial names.
Add a new RadioGroup to a PDF page.
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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback