ImageGear .NET - Updated
RadioGroup Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace : RadioGroup Class
A radio group (a collection of radio buttons). Allows mutually-exclusive selection options.
Object Model
RadioGroup ClassChoiceOption Class
Syntax
'Declaration
 
Public NotInheritable Class RadioGroup 
   Inherits ChoiceField
'Usage
 
Dim instance As RadioGroup
public sealed class RadioGroup : ChoiceField 
public __gc __sealed class RadioGroup : public ChoiceField 
public ref class RadioGroup sealed : public ChoiceField 
Remarks
The following is an example of the RadioGroup:

---

Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.Forms.Field
         ImageGear.Formats.PDF.Forms.ChoiceField
            ImageGear.Formats.PDF.Forms.RadioGroup

See Also

Reference

RadioGroup Members
ImageGear.Formats.PDF.Forms Namespace