SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / ClearFieldRegularExpression Method
The field type for which the regular expression will be cleared.




In This Topic
    ClearFieldRegularExpression Method (Reader)
    In This Topic
    Clears the regular expression string that was previously set by SetFieldRegularExpression.
    Syntax
    'Declaration
     
    
    Public Sub ClearFieldRegularExpression( _
       ByVal field As FieldType _
    ) 
    'Usage
     
    
    Dim instance As Reader
    Dim field As FieldType
     
    instance.ClearFieldRegularExpression(field)
    public void ClearFieldRegularExpression( 
       FieldType field
    )
    public: void ClearFieldRegularExpression( 
       FieldType field
    ) 
    public:
    void ClearFieldRegularExpression( 
       FieldType field
    ) 

    Parameters

    field
    The field type for which the regular expression will be cleared.
    Exceptions
    ExceptionDescription
    The input FieldType is General Text, DataValidationList, or Unknown.
    Remarks
    FieldType.GeneralText, FieldType.Unknown and FieldType.DataValidationList are not valid as input field types for this method.
    See Also