ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class / RemoveWidgets Method




In This Topic
    RemoveWidgets Method
    In This Topic
    Removes all widgets from the field. References to the field's widgets remain valid and can be re-attached to other fields.
    Syntax
    'Declaration
     
    Public Sub RemoveWidgets() 
    'Usage
     
    Dim instance As Field
     
    instance.RemoveWidgets()
    public void RemoveWidgets()
    public: void RemoveWidgets(); 
    public:
    void RemoveWidgets(); 
    Remarks
    To dispose memory associated with widgets, call DisposeWidgets instead.
    See Also