ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / ChoiceField Class / RemoveOptions Method




In This Topic
    RemoveOptions Method
    In This Topic
    Removes all options from the choice field.
    Syntax
    'Declaration
     
    Public Sub RemoveOptions() 
    'Usage
     
    Dim instance As ChoiceField
     
    instance.RemoveOptions()
    public void RemoveOptions()
    public: void RemoveOptions(); 
    public:
    void RemoveOptions(); 
    See Also