ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / RadioGroup Class
Members




In This Topic
    RadioGroup Class
    In This Topic
    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