ImageGear .NET v25.0 - Updated
ChoiceField Class
Members 




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace : ChoiceField Class
A base field that contains multiple choices. A base class for combobox, listbox, radio, and checkbox.
Object Model
ChoiceField Class
Syntax
'Declaration
 
Public MustInherit Class ChoiceField 
   Inherits Field
'Usage
 
Dim instance As ChoiceField
public abstract class ChoiceField : Field 
public __gc abstract class ChoiceField : public Field 
public ref class ChoiceField abstract : public Field 
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.Forms.Field
         ImageGear.Formats.PDF.Forms.ChoiceField
            ImageGear.Formats.PDF.Forms.CheckBox
            ImageGear.Formats.PDF.Forms.ComboBox
            ImageGear.Formats.PDF.Forms.ListBox
            ImageGear.Formats.PDF.Forms.RadioGroup

See Also

Reference

ChoiceField Members
ImageGear.Formats.PDF.Forms Namespace