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




ClearFieldRegularExpression Method (Reader)
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)

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