Accusoft.SmartZoneOCR5.Net - Updated
SetFieldRegularExpression Method






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : SetFieldRegularExpression Method
Field type to associate the regular expression to
Regular expression string
Sets a regular expression as an additional pattern of a desired field type. This can be useful if the user has a specific pattern that he/she considers belonging to a certain field type.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Sub SetFieldRegularExpression( _
   ByVal field As FieldType, _
   ByVal regularExpression As System.String _
) 
'Usage
 
Dim instance As Reader
Dim field As FieldType
Dim regularExpression As System.String
 
instance.SetFieldRegularExpression(field, regularExpression)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public void SetFieldRegularExpression( 
   FieldType field,
   System.string regularExpression
)
public procedure SetFieldRegularExpression( 
    field: FieldType;
    regularExpression: System.String
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function SetFieldRegularExpression( 
   field : FieldType,
   regularExpression : System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: void SetFieldRegularExpression( 
   FieldType field,
   System.string* regularExpression
) 
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
void SetFieldRegularExpression( 
   FieldType field,
   System.String^ regularExpression
) 

Parameters

field
Field type to associate the regular expression to
regularExpression
Regular expression string
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
GetFieldRegularExpression Method
ClearFieldRegularExpression Method