for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class / RemoveField Method / RemoveField(String) Method
The name of the field to remove.



In This Topic

    RemoveField(String) Method

    In This Topic
    Removes a field from the instance of the document template.
    Syntax
    'Declaration
     
    
    Public Overloads Function RemoveField( _
       ByVal fieldName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As DocumentTemplate
    Dim fieldName As String
    Dim value As Boolean
     
    value = instance.RemoveField(fieldName)
    public bool RemoveField( 
       string fieldName
    )
    public:
    bool RemoveField( 
       String^ fieldName
    ) 

    Parameters

    fieldName
    The name of the field to remove.
    See Also