Accusoft.SmartZoneOCR5.Net - Updated
GetRegularExpression Method






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : GetRegularExpression Method
Returns the current Regular Expression.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function GetRegularExpression() As System.String
'Usage
 
Dim instance As Reader
Dim value As System.String
 
value = instance.GetRegularExpression()
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public System.string GetRegularExpression()
public function GetRegularExpression(): System.String; 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function GetRegularExpression() : System.String;
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: System.string* GetRegularExpression(); 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
System.String^ GetRegularExpression(); 
Remarks
Gets the regular expression previously set.
See Also

Reference

Reader Class
Reader Members
SetRegularExpression Method