Accusoft.SmartZoneICR5.Net - Updated
ClearFieldRegularExpression Method




Accusoft.SmartZoneICRSdk Namespace > Reader Class : ClearFieldRegularExpression Method
The field type for which the regular expression will be cleared.
Clears the regular expression string that was previously set by SetFieldRegularExpression.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub ClearFieldRegularExpression( _
   ByVal field As FieldType _
) 
'Usage
 
Dim instance As Reader
Dim field As FieldType
 
instance.ClearFieldRegularExpression(field)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void ClearFieldRegularExpression( 
   FieldType field
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void ClearFieldRegularExpression( 
   FieldType field
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void ClearFieldRegularExpression( 
   FieldType field
) 

Parameters

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

Reference

Reader Class
Reader Members
SetFieldRegularExpression Method
GetFieldRegularExpression Method