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




In This Topic
    ChoiceOption Class
    In This Topic
    A choice (used in comboboxes, listboxes, and radio groups). Encapsulates the text displayed, the export value, and whether or not the choice is selected.
    Object Model
    ChoiceOption Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ChoiceOption 
       Inherits ImageGear.Formats.PDF.ImGearPDFObject
    'Usage
     
    Dim instance As ChoiceOption
    public sealed class ChoiceOption : ImageGear.Formats.PDF.ImGearPDFObject 
    public __gc __sealed class ChoiceOption : public ImageGear.Formats.PDF.ImGearPDFObject 
    public ref class ChoiceOption sealed : public ImageGear.Formats.PDF.ImGearPDFObject 
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.Forms.ChoiceOption

    See Also