ImageGear .NET - Updated
RemoveField(String) Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Form Class > RemoveField Method : RemoveField(String) Method
The fully qualified name (including path). For instance, "Address" or "Details.Address".
Removes a field from the form based on the fully qualified name, including its widget annotations and references to them from any pages.
Syntax
'Declaration
 
Public Overloads Sub RemoveField( _
   ByVal fullName As String _
) 
'Usage
 
Dim instance As Form
Dim fullName As String
 
instance.RemoveField(fullName)
public void RemoveField( 
   string fullName
)
public: void RemoveField( 
   string* fullName
) 
public:
void RemoveField( 
   String^ fullName
) 

Parameters

fullName
The fully qualified name (including path). For instance, "Address" or "Details.Address".
See Also

Reference

Form Class
Form Members
Overload List